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

exceeding amount of rate limit retry attempts on large amount of channels (known issue) #28

Closed
rusq opened this issue Feb 13, 2022 · 0 comments · Fixed by #31
Closed
Labels
bug Something isn't working
Milestone

Comments

@rusq
Copy link
Owner

rusq commented Feb 13, 2022

if you're experiencing this, the current workaround on version 1.3.0 and prior is:

./slackdump -c -limiter-boost=0

This make us stay within the Tier 2.

Describe the bug
./slackdump -c on large amount of channels gets rate limited and we exceed the number of retry attempts (default: 3)

Expected behavior
We're not getting rate limited, or if we are, we're brave enough to withstand any amount of retries (or let the user control those)

Desktop (please complete the following information):

  • OS: all
  • Version: v1.3.0 (and below)
@rusq rusq added the bug Something isn't working label Feb 13, 2022
@rusq rusq added this to the v1.3.1 milestone Feb 13, 2022
@rusq rusq closed this as completed in #31 Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant