You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It's ugly to run a job like every 10 seconds as the system only offers seconds or minute but no quantifiers.
Describe the solution you'd like
Maybe an option to skip a certain amount of triggers like skip: 10 can still trigger every second but would only invoke the job on the 10th and then on the 20th and so on.
Describe alternatives you've considered
And option to specify after how many seconds or minutes to trigger.
Additional context
The text was updated successfully, but these errors were encountered:
Closing this in favour of #133 - you can work around it with duplicating the code to schedule at the intervals you want but we could do with a better API
Is your feature request related to a problem? Please describe.
It's ugly to run a job like every 10 seconds as the system only offers seconds or minute but no quantifiers.
Describe the solution you'd like
Maybe an option to skip a certain amount of triggers like
skip: 10
can still trigger every second but would only invoke the job on the 10th and then on the 20th and so on.Describe alternatives you've considered
And option to specify after how many seconds or minutes to trigger.
Additional context
The text was updated successfully, but these errors were encountered: