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

Ensure entry order is set when using queue #377

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

ryanmitchell
Copy link
Contributor

@ryanmitchell ryanmitchell commented Nov 13, 2024

This PR ensures that entry order is saved correctly when using a queue.

The order was being set however as the entry wasn't saved during the same request the new order did not persist to the database. This was initially missed as testing was using sync.

After this PR we pass the order to the saving job which ensures it is persisted to the database.

Closes #368

@ryanmitchell ryanmitchell mentioned this pull request Nov 13, 2024
@ryanmitchell ryanmitchell marked this pull request as ready for review November 13, 2024 09:41
@ryanmitchell ryanmitchell marked this pull request as draft November 13, 2024 10:21
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.

Reorder issue.
1 participant