
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
- Auth Error
"use client"; import { useEffect } from "react"; import { getSessionCookie } from "@/actions/auth"; import { createBrowserSessionClient } from "@/lib/appwrite-...
- Prevent modifying specific attributes
How do I prevent user to only to be able to modify some of the attributes. Document level security gives full access to update whole document, what are the wor...
- Bypass Error When Creating Account With ...
Suppose user first uses email/pass for log in using xyz@gmail.com, few month later on decides to use google oauth2 with same xyz@gmail.com (or in reverse orde...
