Retry items
Retry an item to be processed again at a later date/time. Once the retry_at time is reached, querator will enqueue this item into the specified queue and the attempted counter for this item will increment by 1.
If the item should not be retried, but failed immediately. Set dead: true and the item will be placed in the dead letter queue regardless of the number of attempts left on the items.
If you wish to fail a items such that it is deleted from the queue and never offered to another consumer, nor placed into the dead letter queue, then call /queue.complete instead.
Request body
Response
Changes
Changed in 5 of the 16 revisions of this API.312
- ▲
request body became required
request-body-became-required
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added the new required request property
items/items/retry_atnew-required-request-property
- ●
removed the request property
items/items/enqueue_atrequest-property-removed
- ▲
- ○
the request property
items/items/enqueue_atbecame optionalrequest-property-became-optional
- ○
- ○
endpoint added
endpoint-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲