KennyOriginal post
Moderator
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.
Summary
The user was trying to schedule a function to run every 10 minutes using cron syntax in Appwrite. They used the syntax `*/10 * * * *`, but encountered an error stating that it was not valid. Another user shared a link to a website (https://crontab.guru/every-10-minutes) that provides the correct cron syntax for running a function every 10 minutes. The issue was marked as solved.