-
Notifications
You must be signed in to change notification settings - Fork 21
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
UI support for "every nth" interval #54
Comments
I will try and work on this. But if you want a go at it yourself, go ahead and submit a PR! |
@madsthom if I'm correct, this means providing the following:
|
This would be sufficient, at least for my use case. |
@AhsanAyaz you can go ahead with this. 👍🏼 I am currently investigating a problem with the angular 14 upgrade. |
Sorry, I totally missed that. 😁 - I will review tonight. 👍🏼 |
@AhsanAyaz / @madsthom thanks for looking into this! |
@lovelldies: Please open this again if it does not work as intended. |
Apologies for the late response. I was on vacation. Also thanks for working on this. I noticed some unexpected behavior. Selecting Minute and 5th generates an extra ? at the end. If I'm not mistaken, that seems to be an invalid cron format. Also if I paste */5 * * * * into the textbox, it does not reflect in the selection form. I shall re-open the request after I've heard your comments. |
It would be nice if the form supported options like
*/5 * * * *
(every 5th minute).The text was updated successfully, but these errors were encountered: