Skip to content

Logs from Celery Worker Does not Show #33409

Closed Answered by hbc-acai
hbc-acai asked this question in Q&A
Discussion options

You must be logged in to vote

It looks like the 05b35495d9e6 is the celery worker name which is the docker host name by default. I ended up fixing this by setting the docker hostname from a environment variable like below

  airflow-worker:
    <<: *airflow-common
    command: celery worker
    hostname: ${CELERY_WORKER_HOSTNAME:-.}
    healthcheck:

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by hbc-acai
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant