You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The modal for creating a new integration hangs while it tries to fetch information from Slack. Most of the time it fails, but occasionally it passes and I'm able to create an alert (either slack, or other). Other than this the Slack alerts work perfectly, it's just an issue with adding them.
Reproduction repo
n/a
To reproduce
It's possible it's because our connection is a larger slack org, I don't know - I haven't looked at the Slack integration code
Additional information
[WARN] web-api:WebClient:22 http request failed A rate limit was exceeded (url: conversations.list, retry-after: 30)
Error: A rate limit was exceeded (url: conversations.list, retry-after: 30)
at /triggerdotdev/node_modules/.pnpm/@[email protected]/node_modules/@slack/web-api/dist/WebClient.js:433:31
at async run (/triggerdotdev/node_modules/.pnpm/[email protected]/node_modules/p-queue/dist/index.js:163:29) {
attemptNumber: 1,
retriesLeft: 2
}
The text was updated successfully, but these errors were encountered:
Provide environment information
It happens in the webapp docker container
Describe the bug
The modal for creating a new integration hangs while it tries to fetch information from Slack. Most of the time it fails, but occasionally it passes and I'm able to create an alert (either slack, or other). Other than this the Slack alerts work perfectly, it's just an issue with adding them.
Reproduction repo
n/a
To reproduce
It's possible it's because our connection is a larger slack org, I don't know - I haven't looked at the Slack integration code
Additional information
The text was updated successfully, but these errors were encountered: