Skip to content

fix: unprocessed jobs from unwatched queues block watched queues#141

Merged
acaloiaro merged 5 commits intomainfrom
fix-pending-job-blocking
Feb 13, 2025
Merged

fix: unprocessed jobs from unwatched queues block watched queues#141
acaloiaro merged 5 commits intomainfrom
fix-pending-job-blocking

Conversation

@acaloiaro
Copy link
Owner

There could be a condition where jobs were added to a queue that is not longer being watched,
yet the jobs in those queues would continue appearing in the pending job list because
the query to get pending jobs did not filter by queues being watched.

@acaloiaro acaloiaro force-pushed the fix-pending-job-blocking branch from c8f1223 to a8a17e2 Compare February 13, 2025 16:49
There could be a condition where jobs were added to a queue that is not longer being watched,
yet the jobs in those queues would continue appearing in the pending job list because
the query to get pending jobs did not filter by queues being watched.
@acaloiaro acaloiaro force-pushed the fix-pending-job-blocking branch 2 times, most recently from de95c67 to 5862e75 Compare February 13, 2025 17:01
@acaloiaro acaloiaro force-pushed the fix-pending-job-blocking branch from 5862e75 to 4c2285f Compare February 13, 2025 17:06
Copy link
Owner Author

@acaloiaro acaloiaro left a comment

Choose a reason for hiding this comment

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

@acaloiaro acaloiaro merged commit 7ea8e96 into main Feb 13, 2025
2 checks passed
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