mirror of
https://github.com/Balshgit/different
synced 2026-05-06 08:20:38 +03:00
celery log example with different settings
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,2 @@
|
||||
# worker_hijack_root_logger = False
|
||||
# worker_redirect_stdouts = True
|
||||
Reference in New Issue
Block a user