We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We'd like to do 0 9 * * 1-5 to have a scaler perform scale-up on weekdays only. This seems to not work in Keda atm:
0 9 * * 1-5
error parsing cron metadata: error parsing start schedule. map[desiredReplicas:3 end:0 17 * * 1-5 start:0 9 * * 1-5 timezone:Europe/Oslo]: range or hyphenated inputs are not allowed
No response
The text was updated successfully, but these errors were encountered:
Fair request - Are you willing to contribute this?
Sorry, something went wrong.
I'm not an expert go dev, but I can definetely make an attempt. Will report back here.
my bad. This seems to have been fixed as part of #2038 - I was on an older version. Closing.
No branches or pull requests
Proposal
We'd like to do
0 9 * * 1-5
to have a scaler perform scale-up on weekdays only. This seems to not work in Keda atm:error parsing cron metadata: error parsing start schedule. map[desiredReplicas:3 end:0 17 * * 1-5 start:0 9 * * 1-5 timezone:Europe/Oslo]: range or hyphenated inputs are not allowed
Use-Case
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: