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

Refactor async command handling #83

Merged
merged 4 commits into from
Dec 10, 2024
Merged

Conversation

YuukanOO
Copy link
Owner

  • Rewrite the scheduler to avoid specific policies
  • Implements optimistic locking to make sure we don't lose data
  • Rewrite app and target cleanup to delete them as soon as everything is properly cleaned up

Remove jobs policies to prevent the scheduler having too many responsibilities.
Also refactor how cleanup are handled for apps and targets.
Use SQLite JSON functions to extract needed informations.
@YuukanOO YuukanOO added the refactoring Code refactoring label Dec 10, 2024
@YuukanOO YuukanOO merged commit 38b2a8c into next Dec 10, 2024
5 checks passed
@YuukanOO YuukanOO deleted the refactor/scheduler-async-command branch December 10, 2024 07:16
YuukanOO added a commit that referenced this pull request Dec 10, 2024
- Rewrite the scheduler to avoid specific policies
- Implements optimistic locking to make sure we don't lose data
- Rewrite app and target cleanup to delete them as soon as everything is properly cleaned up
YuukanOO added a commit that referenced this pull request Dec 10, 2024
- Rewrite the scheduler to avoid specific policies
- Implements optimistic locking to make sure we don't lose data
- Rewrite app and target cleanup to delete them as soon as everything is properly cleaned up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Code refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant