Replies: 2 comments
-
Please can you try the dag on the latest airflow and give feedback? Can't reproduce |
Beta Was this translation helpful? Give feedback.
0 replies
-
Waiting for user to confirm - converted to discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Apache Airflow version
Other Airflow 2 version (please specify below)
What happened
Airflow 2.2.4
We have a task that runs a slack notification which usually takes 1 to 3 seconds to finish. However, we noticed it was stuck on queued state for some hours. Below I provide some logs of the scheduler, there it can be seen the task was correctly queued and sent to the worker. However, when it came back as successful, it didn't update the task state. As can be seen in the latest log below.
Also, even though the task says successful, it didn't execute. The slack notification was never sent.
What you think should happen instead
The task updates the status to completed and doesn't hang in queued state.
How to reproduce
This happens randomly.
Operating System
Official docker image
Versions of Apache Airflow Providers
None, custom code.
Deployment
Official Apache Airflow Helm Chart
Deployment details
Helm, kubernetes, celery executor.
Anything else
No response
Are you willing to submit PR?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions