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

Implement automatic retry on RetryError for all relevant operations #62

Open
podliashanyk opened this issue Jan 26, 2024 · 0 comments
Open
Assignees
Labels
beta Part of beta release blocked Depends on other issue being solved zino

Comments

@podliashanyk
Copy link
Contributor

podliashanyk commented Jan 26, 2024

RetryError does not lead to automatic retry in Howitz in all cases where it can occur.

Automatic retry is fixed on:

  • row expand
  • row collapse

Automatic retry is missing on:

  • events table poll
  • event status update
  • events table fetch

Suggested solution is to handle RetryError globally and maybe definitely add a max retries counter.

Depends on Uninett/zinolib#45

@podliashanyk podliashanyk added the blocked Depends on other issue being solved label Jan 26, 2024
@podliashanyk podliashanyk added the beta Part of beta release label Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta Part of beta release blocked Depends on other issue being solved zino
Projects
None yet
Development

No branches or pull requests

1 participant