GitHub user iddqd1 added a comment to the discussion: Task exited with return code 1 with no errors
Add some timeout after django.setup() ... https://github.com/parisk/airflow-django/blob/master/airflow_django/operators.py Try to create something similar to this if you want to really use Django from airflow (I do not recommend). Airflow does not really support Django way of things. I love django but Airflow async way of working and Django ... GitHub link: https://github.com/apache/airflow/discussions/54947#discussioncomment-14256428 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
