Upstash Documentation

Resume Queue

Resumes a queue to starts the delivery of enqueued messages
1 min read
post/v2/queues/{queueName}/resume
Request example
Response
post/v2/queues/{queueName}/resume

Resuming a queue starts the delivery of enqueued messages, beginning with the earliest undelivered message.

If the queue is already active, this action has no effect.

Warning

Resuming or creating a queue may take up to a minute. Therefore, it is not recommended to pause or delete a queue during critical operations.

Authorization

Authorizationstringheaderrequired#
QStash authentication token

1 alternative authorization method available — see the spec for details.

Path parameters

queueNamestringrequired#
The name of the queue to resume.

Responses

Queue resumed successfully