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

resource scheduler: recovery on process restart #8014

Open
3 tasks
sanderr opened this issue Aug 27, 2024 · 0 comments
Open
3 tasks

resource scheduler: recovery on process restart #8014

sanderr opened this issue Aug 27, 2024 · 0 comments

Comments

@sanderr
Copy link
Contributor

sanderr commented Aug 27, 2024

The scheduler keeps some internal state. Some of it is directly derived from the DB state, but some of it is not. Examples include metadata related to event propagation (if any), ... This state should be somehow recoverable in case of failure.

  • determine which state needs to be written to the DB for recovery
  • design back up (may not be required, if everything is already in DB) + recovery approach + request review. Make sure to consider event recovery
  • implement
@sanderr sanderr changed the title resource scheduler: back up state to DB resource scheduler: recovery on process restart Aug 27, 2024
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

No branches or pull requests

1 participant