
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
- Failed to verify JWT. Invalid token: Exp...
Hi I am trying to call a function from my mobile app, but I am receiving "Invalid token expired." My code looks more or less like this ```ts // from my app ...
- How do I pair Polar.sh + Hono + Appwrite...
This is what all it required by polar to see the webhook data. Managing with webhook data is not an issue, but how do I pair this all with appwrite functions st...
- The function became slower after being e...
I used the Python SDK and set `xasync=True` in `create_execution`, expecting it to execute quickly on another worker. However, the execution ended up taking sev...
