Learning-Management-System/compose/local/django/celery/worker/start
Ahmed Nagi e58c9c1f71 Update
2025-01-10 19:54:55 +02:00

7 lines
143 B
Bash

#!/bin/bash
set -o errexit
set -o nounset
exec watchfiles --filter python celery.__main__.main --args '-A config.celery_app worker -l INFO'