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
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...
- Appwrite Auth & Function don't reveal cl...
When I execute a function or sign in with my Flutter app, Appwrite does not show my real IP: instead, it seems that Appwrite shows Fastly CDN IP address.
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...