Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix edge in rare conditions that task state can not be reported as cleaned in parallel #44314

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jscheffl
Copy link
Contributor

With 0.6.1 a cleanup of orphan tasks has been added. I have seen a race in my testing that if the task is already acknowledged and the purging is running ... and in parallel the edge worker attempts to report state that the task/job is gone.
This small fix prevents the failure when the task is gone in the central table already,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 3 out of 4 changed files in this pull request and generated no suggestions.

Files not reviewed (1)
  • providers/src/airflow/providers/edge/CHANGELOG.rst: Language not supported
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant