feat(deployment): add cron support

This commit is contained in:
2025-11-11 13:52:17 +01:00
parent f58083870f
commit e708f7b18b
4 changed files with 40 additions and 13 deletions

View File

@@ -35,6 +35,13 @@ worker:
# Queue name for Celery worker and for CRD Queue
mailQueueName: "mail_queue"
cron:
enabled: false
schedule: "*/5 * * * *" # every 5 minutes
scheme: "http"
endpoint: "/_cron"
concurrencyPolicy: "Forbid"
service:
port: 80