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
- Tips for Debugging Appwrite Functions Lo...
Hi everyone! 👋 I have an Appwrite Function running locally with Docker, but I’m struggling to debug it because execution doesn’t reach the breakpoints I set. ...
- AttributeError: 'Context' object has no ...
I'm getting an error executing my function. I'm not able to replicate this locally since I have to use a mock context. Is there a way to debug this kind of erro...
- SyntaxError: The requested module 'node-...
I am trying to use appwrite functions and in the function i am creating rows but i got this error when i executed the funtion. As i checked docs there TablesDB...