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(queue): poll queue on finished queue item #6191

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

psychedelicious
Copy link
Collaborator

Summary

When a queue item is finished (completed, canceled, failed), immediately poll the queue for the next queue item.

Related Issues / Discussions

Closes #6189

QA Instructions

Run on main and then this branch. Note the delay between a queue item finishing and the next one starting.

Merge Plan

n/a

Checklist

  • The PR has a short but descriptive title, suitable for a changelog
  • Tests added / updated (if applicable) n/a (no test coverage for processor)
  • Documentation added / updated (if applicable) n/a

@github-actions github-actions bot added python PRs that change python files services PRs that change app services labels Apr 10, 2024
@psychedelicious psychedelicious enabled auto-merge (rebase) April 11, 2024 21:21
When a queue item is finished (completed, canceled, failed), immediately poll the queue for the next queue item.

Closes #6189
@psychedelicious psychedelicious force-pushed the psyche/fix/queue/poll-on-finished-q-item branch from bcc91c9 to 768351e Compare April 11, 2024 21:21
@psychedelicious psychedelicious merged commit b18442d into main Apr 11, 2024
14 checks passed
@psychedelicious psychedelicious deleted the psyche/fix/queue/poll-on-finished-q-item branch April 11, 2024 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python PRs that change python files services PRs that change app services
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug]: delay between queue items
2 participants