
Hello!
I have an issue when I schedule a function with minutes other than 0 or *, for example 30 1 * * *.
I deploy my function with the CLI and the schedule parameter on the json but the schedule is not active on my function. If I update my cron value on the console I have an error « Please enter a valid cron expression ».
What can I do to activate my schedule on my function?
I also add an issue on the Appwrite GitHub with screenshots : https://github.com/appwrite/appwrite/issues/5719
Thanks for your help! 🙏

it definitely seems like something might be wrong with the cron validation...I'll raise that with the team.
As for the problem about the function executing....how do you know the schedule isn't active?

Ok, thank you 😊 The schedule isn’t active because there isn’t clock icon next to the function ID on the functions list. I have an other function with * * * * * cron value and there is a clock icon and the schedule works correctly.

Honestly, I'm not so sure about the clock icon.
You said it's not executing...are you considering the timezone you're setting? It should be UTC

Ok, I just redeployed the function, I will see tomorrow if the function was executed (I am in France). I come back to you quickly.

It's ok, my schedule was launch this night 👍 It's just a problem on the first function deploy, when you change the cron value with * * * * * for example and you redeploy the function it works. Thank you for your help.
Recommended threads
- Cannot find module failure
Sorry, Newbe question here. I just installed Appwrite and am trying to install my first Function an am having absolutely no luck what-so-ever getting this done...
- Can't push functions when self-hosting o...
Hello, I'm a bit new to appwrite functions and recently hosted a fresh 1.7.4 on my portainer setup. Tried to create a new function and when trying to push it I ...
- Internal curl errors has occurred within...
