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 :)
Found document here. https://appwrite.io/docs/products/functions/development#headers
[SOLVED] How to detect a scheduled function execution?
Recommended threads
- Cannot use custom SMTP for messaging (SM...
Hey there! I'm on Appwrite Self-hosted 1.9.0. I've never used the messaging feature before, always sent emails through functions or a custom backend, but I'v...
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...