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

Don't override a running job to pending #204

Merged
merged 4 commits into from
Dec 11, 2023
Merged

Conversation

rick-nu
Copy link
Member

@rick-nu rick-nu commented Dec 11, 2023

What

  • Don't override a running job to pending

Why

Now, when a job is directly picked up by a GitLab runner, the running status is pushed direclty after the pending status. It can however happen that the webhooks with this updates are arriving in the wrong order. Marking a running job as pending, even though it's already running. This PR make sure CIMonitor doesn't override a running job with pending.

image

@rick-nu rick-nu merged commit ceae69d into master Dec 11, 2023
3 checks passed
@rick-nu rick-nu deleted the fix-pending-override branch March 15, 2024 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant