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

cron scheduler conversion tool #6160

Open
LY-today opened this issue Sep 13, 2024 · 1 comment
Open

cron scheduler conversion tool #6160

LY-today opened this issue Sep 13, 2024 · 1 comment
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

Comments

@LY-today
Copy link

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

@LY-today LY-today added feature-request All issues for new features that have not been committed to needs-discussion labels Sep 13, 2024
Copy link

stale bot commented Nov 13, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale All issues that are marked as stale due to inactivity label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
Status: To Triage
Development

No branches or pull requests

1 participant