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.
TL;DR
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.Yes it won't pass even that it's legit
Check this
[SOLVED] Appwrite function Cron syntax
Recommended threads
- Functions: HTTP 500 internal error
I’m seeing a lot of HTTP internal server errors across all my functions the past 48 hours.
- Go functions cold start timeout on self-...
Hey everyone — running into a persistent cold start issue with Go functions on self-hosted Appwrite 1.9.0 (Elestio/Hetzner). Looking for how others are handling...
- Cannot update existing function to Dart ...
I can only select up to Dart 3.10.