GitHub user mateotronce edited a comment on the discussion: Could not read 
served logs: Invalid URL 'http://:8793....': Not host supplied

Hi! I'm using Airflow 3.0.6. The solution for my problem in my case was:

1. Add this command in the worker section of docker-compose.yml:

command: ["celery", "worker"]

2. In the common environment block, set the concurrency:

AIRFLOW__CELERY__WORKER_CONCURRENCY: 4

This works well for my virtual machine, which has 2 CPU threads and 8 GB of RAM.

GitHub link: 
https://github.com/apache/airflow/discussions/45525#discussioncomment-14515047

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to