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): pause & resume #6091

Merged
merged 1 commit into from
Mar 30, 2024
Merged

Conversation

psychedelicious
Copy link
Collaborator

Summary

This must not have been tested after the processors were unified. Needed to shift the logic around so the resume event is handled correctly. Clear and easy fix.

Related Issues / Discussions

Closes #6090

QA Instructions

Queue up some generations and pause and resume. Should work fine.

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 e2e coverage :/ )
  • Documentation added / updated (if applicable) n/a

This must not have been tested after the processors were unified. Needed to shift the logic around so the resume event is handled correctly. Clear and easy fix.
@github-actions github-actions bot added python PRs that change python files services PRs that change app services labels Mar 30, 2024
@psychedelicious psychedelicious marked this pull request as ready for review March 30, 2024 07:01
@hipsterusername hipsterusername merged commit 9a1b35f into main Mar 30, 2024
27 checks passed
@hipsterusername hipsterusername deleted the psyche/fix/queue/pause-resume branch March 30, 2024 12:25
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]: Unable to resume after pausing the processor
2 participants