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
Hi if I add a new job with repeatEvery set and skipImmediate to true it works as expected if the value is something like "10 minutes" however if I use a CRON string such as "10 * * * *" it will create the job with the next date correctly but it always runs the job immediately as well.
The text was updated successfully, but these errors were encountered:
Hi if I add a new job with repeatEvery set and skipImmediate to true it works as expected if the value is something like "10 minutes" however if I use a CRON string such as "10 * * * *" it will create the job with the next date correctly but it always runs the job immediately as well.
The text was updated successfully, but these errors were encountered: