Is it possible to schedule a function to execute only once in the future, not recurring, with a different request body every time ?
Looking at the documentation it doesn't seem possible, another possibility would be to schedule a recurring function, have it run once and then cancel itself. But I didn't find any "cancel upcoming function execution" API endpoint, did I miss it ?
Thanks a lot !
Recommended threads
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...