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

lib: Enforce write application order in apply_writes #2333

Merged
merged 2 commits into from
Nov 5, 2024

Conversation

nfcampos
Copy link
Contributor

@nfcampos nfcampos commented Nov 5, 2024

  • Previously order was enforced in prepare_next_tasks, but that's not a good fit for future features
  • This changes order between PULL and PUSH tasks, updates from PUSH tasks will now be applied after updates from PULL tasks

- Previously order was enforced in prepare_next_tasks, but that's not a good fit for future features
- This changes order between PULL and PUSH tasks, updates from PUSH tasks will now be applied after updates from PULL tasks
Base automatically changed from nc/4nov/update-state-latest to main November 5, 2024 00:59
@nfcampos nfcampos merged commit 36e6b89 into main Nov 5, 2024
47 checks passed
@nfcampos nfcampos deleted the nc/apply-writes-order branch November 5, 2024 17:07
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