Hello there, is there any feature that can handle task scheduler in appwrite
TL;DR
The user is asking if there is a task scheduler feature in Appwrite. They want to know if it is possible to schedule Appwrite Functions like cron jobs or background tasks. The user is asking for clarification on what is meant by "task scheduler."what do you mean by task scheduler?
Something like cronjob or background tasks etc
You can schedule Appwrite Functions: https://appwrite.io/docs/functions#scheduled-execution
Recommended threads
- Transaction Error
AppwriteException: Transaction with the requested ID could not be found. at Generator.next (<anonymous>) { code: 404, type: 'transaction_not_found', r...
- Can not get the logged in user data in N...
I'm trying to get the user data after i log in with otp but it get this error : AppwriteException: User (role: guests) missing scopes (["account"]) at Gen...
- execution failed
When executing an appwrite function, I'm getting a 500 error, but I don't see it in executions. This issue appeared today. Here's the appwrite function ID: 68b4...