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

1001 kubernetes cronjobs #1031

Merged
merged 31 commits into from
May 28, 2019
Merged

1001 kubernetes cronjobs #1031

merged 31 commits into from
May 28, 2019

Conversation

rtprio
Copy link
Contributor

@rtprio rtprio commented Apr 5, 2019

If the cron is less often than 15 minutes, run it in a cronjob native type instead.
If the running pod has a cron [which is more frequent than 15 minutes] exclude it from the auto idler.

  • Affected Issues have been mentioned in the Closing issues section
  • Documentation has been written/updated.
  • Changelog entry has been written

Explain the details for making this change. What existing problem does the pull request solve?

Changelog Entry

Change- Don't idle pods that have cronjobs. If a cron is less often than 15 minutes, run it in a cronjob type rather than in the existing pod. ( #1001 )

Closing issues

closes #1001

@siva2krish
Copy link

siva2krish commented Apr 17, 2019 via email

@rtprio rtprio requested a review from Schnitzel May 8, 2019 22:40
@Schnitzel Schnitzel added this to the v0.23.0 milestone May 15, 2019
@Schnitzel Schnitzel modified the milestone: v0.23.0 May 27, 2019
@Schnitzel Schnitzel merged commit 64f1d1e into master May 28, 2019
@dasrecht dasrecht deleted the 1001-kubernetes-cronjobs branch January 24, 2020 15:59
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.

Reimplement Lagoon Cronjobs with Kubernetes Cronjobs
3 participants