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
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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user