
I'm working on a cron scheduled function. I suppose to expose two different methods:
GET /
for the status checkPOST /
for the task
Is there any way to detect whether an execution is scheduled request. Or, is there any way to specify the request arguments for the scheduled execution, Thanks :)
TL;DR
The user wants to know how to detect a scheduled function execution in their cron job. They also want to know if there's a way to specify request arguments for the scheduled execution. The solution is to use two different methods for status check and task, such as `GET /` and `POST /`. They can find more information in the provided document: https://appwrite.io/docs/products/functions/development#headers.
Found document here. https://appwrite.io/docs/products/functions/development#headers

[SOLVED] How to detect a scheduled function execution?
Recommended threads
- Network error when attempting to fetch r...
Hi, I am trying to modify some database data in the console for testing but keep getting this error. I am on the appwrite cloud and have already tried clearing ...
- Having errors migrating to cloud
Project will not migrate compeltely
- Appwrite realtime stopped working all of...
In our production environment, Appwrite Realtime suddenly stopped working and no updates are coming through , can you confirm if there are any known issues?
