Skip to content

vercel-queue: Increase tolerance to errors on msg lease updates#173

Open
elprans wants to merge 1 commit into
mainfrom
elprans/queue-retries
Open

vercel-queue: Increase tolerance to errors on msg lease updates#173
elprans wants to merge 1 commit into
mainfrom
elprans/queue-retries

Conversation

@elprans

@elprans elprans commented Jul 11, 2026

Copy link
Copy Markdown
Collaborator

Retry acknowledge and extend_lease on transient network errors and
tolerate 404 responses on the former (in case a previous ack actually
reached the server).

Add a retry_after() client method for settlement-style redelivery
scheduling: unlike extend_lease() it tolerates a missing lease with
a warning.

Remove the module-level acknowledge()/extend_lease() convenience
wrappers; these are lower-level integration APIs and we should not
encourage their use.

Retry `acknowledge` and `extend_lease` on transient network errors and
tolerate 404 responses on the former (in case a previous ack actually
reached the server).

Add a `retry_after()` client method for settlement-style redelivery
scheduling: unlike `extend_lease()` it tolerates a missing lease with
a warning.

Remove the module-level `acknowledge()`/`extend_lease()` convenience
wrappers; these are lower-level integration APIs and we should not
encourage their use.
@vercel

vercel Bot commented Jul 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
vercel-py Ready Ready Preview Jul 11, 2026 5:31am

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant