解决极速成片问题

This commit is contained in:
Azmat@qq.com
2026-08-26 09:19:53 +08:00
parent 43d0b088e4
commit 245525ec53
7 changed files with 114 additions and 8 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ spec:
# Celery worker connects to the external (Volcano managed) Redis broker
# configured via the airshelf-core-env secret. Uses `args` (not `command`)
# so the image ENTRYPOINT still runs but skips migrate/collectstatic ($1=celery).
args: ["celery", "-A", "airshelf.celery:app", "worker", "-l", "info", "--concurrency", "4"]
args: ["celery", "-A", "airshelf.celery:app", "worker", "-l", "info", "-Q", "celery,airshelf.quick", "--concurrency", "4"]
envFrom:
- secretRef:
name: airshelf-core-env