-
Notifications
You must be signed in to change notification settings - Fork 811
Closed
Labels
Description
What type of issue is it? (Choose one - delete the others)
Wrong documentation?
What article/section is this about?
Describe the issue
It mentions a “first time run” with the cron expression * 4 * * *. I’m not sure about the exact implementation in Umbraco Forms, but this seems a bit confusing. The article states that the first run will be at 4 a.m., but as far as I know, * 4 * * * means every minute during the fourth hour (04:00–04:59).
So if my Umbraco instance restarts at 4:05 a.m., the first run would actually happen at the next minute (04:06), not at 4 a.m. the following day, right?