Files
copilot-swe-agent[bot] 4318fbf3e3 Pin each project to a specific database worker and scale to 4 workers
- 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>
2026-02-24 05:12:44 +00:00
..