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
- Function's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- [SOLVED] Unable to push function from AP...
When trying to push functions from Gitlab CI (with an API KEY and using the CLI), i saw that i was unable to push functions. ``` $ appwrite client --endpoint $...