mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
4318fbf3e3
- Hash project ID (crc32) modulo _APP_DATABASE_WORKERS to determine which database worker queue to use for each project - Add _APP_DATABASE_WORKERS env var (default 4) - Replace single appwrite-worker-databases service with 4 partitioned workers (appwrite-worker-databases-0 through 3) - Update health check endpoint default queue name - Update install template with 4 database worker services - Update health check test for new queue naming Co-authored-by: abnegate <5857008+abnegate@users.noreply.github.com>