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.