GitHub user tzuwei93 edited a comment on the discussion: Could not read served logs: Invalid URL 'http://:8793....': Not host supplied
Hi stefanikjabuti, after reading other comments, my guess is that, your DAG might have failed, before it even started executing. This means the `DAG` have tried to start but failed. So, I would like checking the logs of the `Airflow Worker` and `Airflow Scheduler` to see if there are any exceptions, related to the following two parts, - whether the connection between the `Airflow Scheduler` service and the Airflow Worker service is functioning properly. - whether the `Airflow Worker` has permission to write to `/opt/airflow/logs` . (or the corresponding `PersistentVolume`) GitHub link: https://github.com/apache/airflow/discussions/45525#discussioncomment-11881888 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
