GitHub user potiuk added a comment to the discussion: Tasks do not start and vanishes
Converted to a discussion. Likely your python code executed in the task crashes (maybe due to a bug in C library). And details need to be looked at in the logs of celery worker in this case, not task - because if your python code crashes in low-leve c code, there is no way to send information back from worker. GitHub link: https://github.com/apache/airflow/discussions/46940#discussioncomment-12268154 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
