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

engine/cleanupmgr: individualize schedule data cleanup jobs #4209

Merged
merged 3 commits into from
Dec 18, 2024

Conversation

mastercactapus
Copy link
Member

Description:
This PR changes the schedule data cleanup from one big loop, to a look-for-work step followed by a job for individual schedules.

This has better error handling and retrying behavior. It won't risk the "big" job timing out, it is easier to track errors, and it allows better prioritization due to the smaller pieces.

@mastercactapus mastercactapus merged commit 4284d71 into master Dec 18, 2024
8 checks passed
@mastercactapus mastercactapus deleted the cleanup-mgr-sched-data-individual-jobs branch December 18, 2024 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants