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
We can start a simple schedule anytime (e.g. every 60s) but we don't currently support starting a simple schedule with a delay. We do support starting at a specific point in time, but a delay is much more useful.
You can get around this in code, e.g. this starts a 1m recurring job that begins in one minute.
Would be better to just do this from config with :start-delay
We can start a simple schedule anytime (e.g. every 60s) but we don't currently support starting a simple schedule with a delay. We do support starting at a specific point in time, but a delay is much more useful.
You can get around this in code, e.g. this starts a 1m recurring job that begins in one minute.
Would be better to just do this from config with :start-delay
The text was updated successfully, but these errors were encountered: