celery log example with different settings

This commit is contained in:
2021-09-06 20:16:01 +03:00
parent a99094e6b1
commit 53967d3961
19 changed files with 867 additions and 19 deletions

View File

@@ -0,0 +1,7 @@
RABBITMQ_DEFAULT_USER=rabbit_admin
RABBITMQ_DEFAULT_PASS=rabbit_password
RABBITMQ_PORT=5672
RABBITMQ_HOST=rabbitmq_host
# =======Celery worker as root======
#C_FORCE_ROOT=true

View File

View File

@@ -0,0 +1,2 @@
# worker_hijack_root_logger = False
# worker_redirect_stdouts = True