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

[Slack] Running into rate limit error for Org with high number of users. #15402

Open
jhasubhash opened this issue Nov 16, 2024 · 1 comment
Open
Labels
bug Something isn't working extension: slack Issues related to the slack extension extension Issues related to one of the extensions in the Store

Comments

@jhasubhash
Copy link

Extension

https://www.raycast.com/mommertf/slack

Raycast Version

1.85.2

macOS Version

No response

Description

It looks like this extension is making the api requests to get the coomplete list of the contacts in segments. But there is seems to be no cool off period between making these requests leading to rate limit error.
It can be fixed by adding a delay if there is a rate limit error thrown and retry it after that delay instead of throwin error to the user.

Steps To Reproduce

  • Install the extension
  • Click on Open Channel
  • The page shows loading animation for some time and then this error is thrown.

Note: My org has over users : 3k , channels: 19.5k

Current Behaviour

No response

Expected Behaviour

No response

@jhasubhash jhasubhash added bug Something isn't working extension Issues related to one of the extensions in the Store labels Nov 16, 2024
@raycastbot raycastbot added the extension: slack Issues related to the slack extension label Nov 16, 2024
@raycastbot
Copy link
Collaborator

Thank you for opening this issue!

🔔 @momme-rtf @Elliot67 @jfkisafk @thomaslombart @RobErskine you might want to have a look.

💡 Author and Contributors commands

The author and contributors of mommertf/slack can trigger bot actions by commenting:

  • @raycastbot close this issue Closes the issue.
  • @raycastbot close as not planned Closes the issue as not planned.
  • @raycastbot rename this issue to "Awesome new title" Renames the issue.
  • @raycastbot reopen this issue Reopens the issue.
  • @raycastbot assign me Assigns yourself to the issue.
  • @raycastbot good first issue Adds the "Good first issue" label to the issue.
  • @raycastbot keep this issue open Make sure the issue won't go stale and will be kept open by the bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working extension: slack Issues related to the slack extension extension Issues related to one of the extensions in the Store
Projects
None yet
Development

No branches or pull requests

2 participants