Async Execution
Last updated
Was this helpful?
Last updated
Was this helpful?
It is possible to invoke a function through its HTTPS Endpoint without having to wait for a response. To do this, simply add the "?_blocking=false" parameter to the URL:
URL Parameter
Values
Mandatory
_blocking
Not specified, or "False":
Not specified: By default the function will return a response only after finalizing the execution.
False: The function will immediately return a "202 Accepted" response, with a JSON body including the activationID of the function.
No