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

Increase the timeout for storage operations before resetting an actor #1797

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

a-robinson
Copy link
Member

The lower timeout could plausibly be hit purely due to a busy CPU loop after issuing a storage operation. The new number matches the CPU limit per request. There's no need for this to be exactly the same number as that, but it seemed just as good a reason as I had for any other larger number.

@a-robinson a-robinson requested review from a team as code owners March 11, 2024 15:02
@a-robinson a-robinson requested review from mikea, dom96, jclee and Frederik-Baetens and removed request for dom96 March 11, 2024 15:02
The lower timeout could plausibly be hit purely due to a busy CPU loop
after issuing a storage operation. The new number matches the CPU limit
per request. There's no need for this to be exactly the same number as
that, but it seemed just as good a reason as I had for any other larger
number.
@a-robinson a-robinson force-pushed the arobinson/slow-storage-op-timeout branch from 9e68d77 to 3fbf7c8 Compare March 11, 2024 20:25
@a-robinson
Copy link
Member Author

Rebased on latest main in order to ease merging into the internal repo.

@a-robinson a-robinson merged commit b53050e into main Mar 11, 2024
10 checks passed
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.

3 participants