I'm trying to run a function every 10 minutes, this is the syntax I used on 1.3.8 */10 * * * * and I get an error saying it's not valid syntax. I'm pretty sure it is, but if anyone can let me know how to do a function every 10 minutes I'd be very appreciative.
Yes it won't pass even that it's legit
Check this
[SOLVED] Appwrite function Cron syntax
Recommended threads
- Error: Timed out waiting for runtime
I am trying to call a function on appwrite cloud (python 3.9), but I keep getting the above error (Timed out waiting for runtime) saying it timed out after 30 s...
- Random function timeouts
Sometimes my function runs without issue and I can see my logs in the Logs tab on cloud.appwrite.io. Other times, the function fails with a 500 status code, the...
- I am not getting "to" when email receive...
I am using cloud function to send an email when email received it doesn't have "to" email address. Please see attached image. My cloud function detail: built w...