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

Change to use the waiting tasks in the filter for task metrics. #5985

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

decko
Copy link
Member

@decko decko commented Nov 7, 2024

Closes #5941

After some discussion we decided to use the task status in the filter
that search for unblocked tasks in the queue. This can avoid a situation
where tasks have the unblocked_at field filled yet they are not
waiting in the queue anymore.

Closes #5941

After some discussion we decided to use the task status in the filter
that search for unblocked tasks in the queue. This can avoid a situation
where tasks have the `unblocked_at` field filled yet they are not
waiting in the queue anymore.
@ggainey ggainey merged commit b78977c into main Nov 7, 2024
12 checks passed
@ggainey ggainey deleted the update_task_metrics_query branch November 7, 2024 19:02
Copy link

patchback bot commented Nov 13, 2024

Backport to 3.63: 💚 backport PR created

✅ Backport PR branch: patchback/backports/3.63/b78977c34d62449dab901500e16c9d87827e0dc0/pr-5985

Backported as #6017

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

Copy link

patchback bot commented Nov 13, 2024

Backport to 3.67: 💚 backport PR created

✅ Backport PR branch: patchback/backports/3.67/b78977c34d62449dab901500e16c9d87827e0dc0/pr-5985

Backported as #6018

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

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.

Task metrics reporting an incorrect number of unblocked tasks
2 participants