Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

actor-cache: migrate DO default shutdown exception type from "overloaded" to "disconnected" #2148

Merged
merged 3 commits into from
May 23, 2024

Conversation

jclee
Copy link
Contributor

@jclee jclee commented May 21, 2024

These "Durable Object storage is no longer accessible" exceptions would occur during actor destruction, if no other explicit exception is provided. It is unknown if these still occur, but it seems likely that they would occur due to a transient reason -- like the worker getting evicted -- rather than overload, so we'd like to treat them as retryable.

jclee added 3 commits May 21, 2024 12:13
…ded" to "disconnected"

These are the "Durable Object storage is no longer accessible" exceptions that
can happen on worker shutdown.  It is unknown if these still occur, but it
seems likely that they would occur due to a transient reason rather than
overload, so we'd like to treat them as retryable.
@jclee jclee requested review from a team as code owners May 21, 2024 20:09
@jclee jclee merged commit d7bfcbc into main May 23, 2024
10 checks passed
@jclee jclee deleted the jlee/retryable-exceptions branch May 31, 2024 07:26
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.

None yet

3 participants