postfinance / kuota-calc

Simple utility to calculate the resource quota needed for your k8s deployment(s)
MIT License
24 stars 4 forks source link

consider timing of cronjobs and their deadline for duration #18

Open druppelt opened 2 months ago

druppelt commented 2 months ago

If two cronjobs can't ever run simultanously, only count the more expensive one.

As it doesn't seem like this is beeing maintained I created my own fork, in which I plan to implement this. Should I be mistaken, please let me know and I'll create pull requests.