Task runs second time after success #22309
Replies: 1 comment 5 replies
-
|
Converted to discussion. Those are just informational messages and they do not seem alarming. It looks like it is pretty "normal" to happen occassionally and the log indicates that scheduler attempted to schedule a task (mistakenly) for which not all dependencies are met (this might be due to various race conditions) - but it correctly refused to start it in this case and apparenlty correctly run it at next scheduling loop when dependencies were already met. If you have no problems resulting from that, then I'd say there is nothing to worry about. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Apache Airflow version
2.2.4 (latest released)
What happened
Task runs a second time after a first successful run. We have some hourly dags and it happens once per few days.
In logs I see the suspicious line:
Full log:
What you expected to happen
No response
How to reproduce
No response
Operating System
Debian 10, extended official airflow image
Versions of Apache Airflow Providers
No response
Deployment
Official Apache Airflow Helm Chart
Deployment details
No response
Anything else
Are you willing to submit PR?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions