im trying to set 0 16 * * 1-5 as cron execution, but the ui says Please enter a valid Cron expression I believe there is some issue with the validation. The cron mentioned is valid.
This is appwrite cloud. For now i have set it as 0 0 * * * but i do not want that.
Further what is the timezone for this execution? will it be local to me, or UTC?
Yes...there's a known issue with the client side validation for the schedule. Search GitHub issues to find it
The PR is open and ready to merge, lets check if we can
For now you can use this to set your Cron
thanks
Recommended threads
- TablesDB can't be used in Appwrite Funct...
I have written a function (DART) and it won't deploy. Here is what I get : 2026-03-14T17:09:41.459693680Z Compiling ... 2026-03-14T17:09:42.915619217Z ../build...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...