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

Handle network errors gracefully #25

Open
Tomen opened this issue May 9, 2022 · 0 comments
Open

Handle network errors gracefully #25

Tomen opened this issue May 9, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Tomen
Copy link
Contributor

Tomen commented May 9, 2022

At the moment the app just hits an exception when it encounters a network problem. Create logic to retry 3 times with short pauses in between and then fail by gracefully ending the program. The question if exiting completely or continue with the rest of the task could depend on the specific request. In general it should be assumed that the whole process is failing.

@Tomen Tomen added the enhancement New feature or request label May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

2 participants