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 HTTP retries in places that don't use issue_request() #903

Open
mjordan opened this issue Feb 19, 2025 · 0 comments
Open

Implement HTTP retries in places that don't use issue_request() #903

mjordan opened this issue Feb 19, 2025 · 0 comments
Assignees
Labels
code cleanup Clean up code, including code-level comments enhancement New feature or request

Comments

@mjordan
Copy link
Owner

mjordan commented Feb 19, 2025

There are a couple places in the Workbench code that do not use the issue_request() function to make an HTTP call. These calls should retry failed requests in the same way that issue_request() does, and should also use the same try/except logic.

@mjordan mjordan added code cleanup Clean up code, including code-level comments enhancement New feature or request labels Feb 19, 2025
@mjordan mjordan self-assigned this Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code cleanup Clean up code, including code-level comments enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant