
Does appwrite support sub-minute cron schedules in its functions feature? specifically, i am trying to run a function every 30 seconds, but I am not sure if this is possible with the cron syntax supported by appwrite

It is possible


I think that's a special crown syntax..

No I don't think you can run a function every 30s. Why do you need to do that?

nvm, one minute is also enough for me now
Recommended threads
- Error getting session: AppwriteException...
I get this error `Error getting session: AppwriteException: User (role: guests) missing scope (account)` when running in prod. As soon as I try running my app o...
- Failed to verify JWT. Invalid token: Exp...
Hi I am trying to call a function from my mobile app, but I am receiving "Invalid token expired." My code looks more or less like this ```ts // from my app ...
- How do I pair Polar.sh + Hono + Appwrite...
This is what all it required by polar to see the webhook data. Managing with webhook data is not an issue, but how do I pair this all with appwrite functions st...
