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
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...