Timestamp of this log entry, in milliseconds
The associated message id
The headers of the message.
Base64 encoded body of the message.
The current state of the message at this point in time.Value | Description |
---|
CREATED | The message has been accepted and stored in QStash |
ACTIVE | The task is currently being processed by a worker. |
RETRY | The task has been scheduled to retry. |
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. |
CANCEL_REQUESTED | The cancel request from the user is recorded. |
CANCELLED | The cancel request from the user is honored. |
An explanation what went wrong
The next scheduled time of the message.
(Unix timestamp in milliseconds)
The name of the URL Group (topic) if this message was sent through a topic
The name of the endpoint if this message was sent through a URL Group
The scheduleId of the message if the message is triggered by a schedule
The name of the queue if this message is enqueued on a queue
The headers that are forwarded to the users endpoint
Base64 encoded body of the message
The status code of the response. Only set if the state is ERROR
The base64 encoded body of the response. Only set if the state is ERROR
The headers of the response. Only set if the state is ERROR
The timeout(in milliseconds) of the outgoing http requests, after which Qstash cancels the request
Method is the HTTP method of the message for outgoing request
Callback is the URL address where QStash sends the response of a publish
The headers that are passed to the callback url
Failure Callback is the URL address where QStash sends the response of a publish
The headers that are passed to the failure callback url
The number of retries that should be attempted in case of delivery failure