Skip to content

feat: suspend cronjobs when services are idled#55

Draft
shreddedbacon wants to merge 1 commit into
mainfrom
disable-cronjobs
Draft

feat: suspend cronjobs when services are idled#55
shreddedbacon wants to merge 1 commit into
mainfrom
disable-cronjobs

Conversation

@shreddedbacon

@shreddedbacon shreddedbacon commented Sep 9, 2025

Copy link
Copy Markdown
Member

When environments are idled, kubernetes cronjob definitions remain active. This can lead to pods starting and crashing due to resources that may not be available.

This PR aims to introduce a mechanism to mark kubernetes cronjobs as disabled when an environment is idled. When the environment is unidled, the cronjobs get enabled again.

closes #54

@shreddedbacon shreddedbacon force-pushed the disable-cronjobs branch 2 times, most recently from 9b29bc8 to 46b99ac Compare March 4, 2026 01:37
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

Successfully merging this pull request may close these issues.

disable native kubernetes cronjobs when environment is idled

2 participants