Updated on 2023-05-09 GMT+08:00

Retry Mechanism

If synchronous or asynchronous invocation fails, do as follows:

  • Synchronous invocation

    Try again.

  • Asynchronous invocation

    You can set the maximum number of retries and the maximum message validity period (up to 24 hours) by referring to Configuring Asynchronous Execution Notification. FunctionGraph will retry a function based on these two parameters.