Hi, I am currently having problems adjusting the execution time of scheduled functions, because if I put for example:
[functions.myFunction]
schedule = "0 */24 * * *"
or
[functions.myFunction]
schedule = "0 00 * * *"
in the netlify UI this function is executing at 7pm, it should be executed at 12:00 am
–
also if i’m setting:
[functions.myFunction]
schedule = "59 23 * * *"
or
[functions.myFunction]
schedule = "59 */23 * * *"
in the netlify UI this function is executing at 6:59pm, it should be executed at 11:59 pm
XaIjQ6J.png (240×74) (imgur.com)
–
I have tried several configurations but i’m having the same issue; is this an UI error? or just the default behaviour for the schedule functions?, none of this is referenced on the documentation.
Ps: i have removed the cron jobs, rebuilded and it’s having the same outcome.
siteId: 8f820e25-7f09-4d54-973d-6ab36b1db88e
siteURL: https://b2c-api.netlify.app
Thanks a lot!