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

Remove the purge CronJob and create a MedusaPurgeSchedule API #1310

Closed
2 tasks
adejanovski opened this issue May 7, 2024 · 0 comments · Fixed by #1357
Closed
2 tasks

Remove the purge CronJob and create a MedusaPurgeSchedule API #1310

adejanovski opened this issue May 7, 2024 · 0 comments · Fixed by #1357
Assignees
Labels
done Issues in the state 'done'

Comments

@adejanovski
Copy link
Contributor

The CronJob we recently introduced is both buggy and full of unconfigurable settings which create more problems than it fixes.
We should remove it altogether and create a new MedusaPurgeSchedule API which will be copied off from the MedusaBackupSchedule API to control cyclic execution of purges.

While we're removing the creation of new purge CronJobs, we also need to clean up existing CronJobs to block further executions on existing clusters.

Definition of Done

@adejanovski adejanovski added ready Issues in the state 'ready' discuss labels May 7, 2024
@adejanovski adejanovski added ready-for-review Issues in the state 'ready-for-review' and removed ready Issues in the state 'ready' discuss labels Jun 18, 2024
@adejanovski adejanovski self-assigned this Jun 24, 2024
@adejanovski adejanovski added review Issues in the state 'review' and removed ready-for-review Issues in the state 'ready-for-review' labels Jun 26, 2024
@adejanovski adejanovski added done Issues in the state 'done' and removed review Issues in the state 'review' labels Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done Issues in the state 'done'
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant