| object | The event of the asynchronous task. | |
eventId | long | | 1 |
status | string | The status of the event.
- Enqueued: The asynchronous task is enqueued and is waiting to be executed.
- Succeeded: The invocation succeeded.
- Failed: The invocation failed.
- Running: The invocation is being executed.
- Stopped: The invocation was terminated.
- Stopping: The invocation is being terminated.
- Invalid: The invocation is invalid and not executed due to specific reasons. For example, the function is deleted.
- Expired: The maximum validity period of messages is specified for the asynchronous invocation. The invocation is discarded and not executed because the specified maximum validity period of messages elapsed.
- Retrying: The asynchronous task is being retried due to an execution error.
| Enqueued |
timestamp | long | | 1647420449721 |
eventDetail | string | The details of the event. | {"Error":"UnhandledInvocationError"} |