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

Reorganize logic with actors #108

Open
jeromegn opened this issue Dec 2, 2023 · 0 comments
Open

Reorganize logic with actors #108

jeromegn opened this issue Dec 2, 2023 · 0 comments

Comments

@jeromegn
Copy link
Member

jeromegn commented Dec 2, 2023

Turns out we're spinning up a lot of unsupervised tokio tasks. These tasks need to run and keep running, but they can crash in very rare circumstances.

It would be more ergonomic to use an actor system for these long running background tasks.

Examples are:

  • Bookkeeping compaction
  • "Cleared" versions DB writes
  • Synchronization loop
  • Partially buffered changes procesing
  • ... many more!
@spacekookie spacekookie self-assigned this Dec 8, 2023
@spacekookie spacekookie removed their assignment Feb 1, 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

2 participants