-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Avoid Slack rate limiting? #1420
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have added the (udpated) Slack functionality, but am seeing the following error when attempting to start Atlantis.
We have a large Slack organization and I have a feeling that this is interfering with the Slack integration (though no way to prove it). Is there anything that can be done to mitigate the rate limits? Maybe add some delay to the code to avoid triggering the rate limit or just retry instead of exiting the process?
I am using the functionality from this #1350 PR that hits the Slack conversations.list api.
The text was updated successfully, but these errors were encountered: