Timestamp of this log entry, in milliseconds
The associated message id
The current state of the message at this point in time.| Value | Description |
|---|
CREATED | The message has been accepted and stored in QStash |
RETRY | The task has been scheduled to retry. |
ACTIVE | The task is currently being processed by a worker. |
ERROR | The execution threw an error and the task is waiting to be retried or failed. |
DELIVERED | The message was successfully delivered. |
FAILED | The task has errored too many times or encountered an error that it cannot recover from. |
An explanation what went wrong
The next scheduled time of the message.
(Unix timestamp in milliseconds)
The name of the topic if this message was sent through a topic
The name of the endpoint if this message was sent through a topic
The scheduleId of the message if the message is triggered by a schedule