Route GPU queue to CPU workers for CPU-based job processing
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 4m42s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
giles
2026-02-25 15:10:43 +00:00
parent f1d80a1777
commit 84e3ff3a91

View File

@@ -106,7 +106,7 @@ services:
l1-worker: l1-worker:
image: registry.rose-ash.com:5000/celery-l1-server:latest image: registry.rose-ash.com:5000/celery-l1-server:latest
command: sh -c "find /app -type d -name __pycache__ -exec rm -rf {} + 2>/dev/null; celery -A celery_app worker --loglevel=info -E" command: sh -c "find /app -type d -name __pycache__ -exec rm -rf {} + 2>/dev/null; celery -A celery_app worker --loglevel=info -E -Q celery,gpu"
env_file: env_file:
- .env - .env
environment: environment: