Cron handling improvements #425
Labels
No labels
API
Billing
UI/UX
dependencies
bug
change
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
servala/servala-portal#425
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Stories
As a sysadmin, I want to have a proper cronjob handling
Implementation Notes
As outlined in #389 we need to start improving how we handle cronjobs. There will be more and more cronjobs coming up in future features.
A
manage.py daily_tasksandmanage.py hourly_taskswill ease the pain, and we can then manage the execution of them easily with Kubernetes cronjobs without having to add new CronJobs for each additional cron to execute.