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

Handling 500—599 server errors #186

Closed
rusq opened this issue Feb 2, 2023 · 0 comments · Fixed by #187
Closed

Handling 500—599 server errors #186

rusq opened this issue Feb 2, 2023 · 0 comments · Fixed by #187
Labels
enhancement New feature or request

Comments

@rusq
Copy link
Owner

rusq commented Feb 2, 2023

Describe the bug
Currently we crash and burn on 500, and this is an issue on a long running jobs, as there's no retry functionality (to be fixed in scope of #172).

To Reproduce
Steps to reproduce the behavior:

  1. Run Slackdump Export on a large workspace
  2. Depending on your luck you might get 500 Server Error and Slackdump will terminate.

Expected behavior
A clear and concise retry on 500-599 errors.

References:

  1. Resume-from-failed functionality #174
@rusq rusq added the enhancement New feature or request label Feb 2, 2023
@rusq rusq closed this as completed in #187 Feb 2, 2023
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
None yet
Development

Successfully merging a pull request may close this issue.

1 participant