cron scheduler conversion tool #6160
Labels
feature-request
All issues for new features that have not been committed to
needs-discussion
stale
All issues that are marked as stale due to inactivity
Proposal
At present, our internal cluster uses [* * * * * *] Replicas that specify a certain time. If you want to switch to keda, you must use the start and end time ranges, so can you provide automated conversion tools to facilitate migration?
Use-Case
old:
0 0 11 * * * desiredReplicas 7
0 30 11 * * * desiredReplicas 10
new:
0 0 0 * * * - 0 0 11 * * * desiredReplicas 10
0 0 11 * * * - 0 30 11 * * * desiredReplicas 7
0 30 11 * * * - 0 0 0 * * * desiredReplicas 10
Is this a feature you are interested in implementing yourself?
No
Anything else?
No response
The text was updated successfully, but these errors were encountered: