GitHub user Neon-Face added a comment to the discussion: [Bug] `standard.operators.python` fails the task randomly
I think the problem occurred because of my uncleaned airflow workers. I ran `ps aux | grep airflow` and found out there are still some `airflow worker -- LocalExecutor: <idle>` from my another airflow folder (where scheduler, dag-processor, api-server are already stopped). After I deleted all of the out-dated workers, everything works fine again. :) Thanks for your help. GitHub link: https://github.com/apache/airflow/discussions/54534#discussioncomment-14151330 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
