Description
We had a send fail with:
Run slackapi/[email protected]
axios post failed, double check the payload being sent includes the keys Slack expects
{
username: 'github/repo',
channel: '#some-channel',
text: 'A message'
}
Error: {"retry_after":1,"ok":false,"error":"rate_limited"}
Error: Request failed with status code 429
It seems like this failure could be retries after a default timeout
What type of issue is this? (place an x in one of the [ ])
Requirements (place an x in each of the [ ])
Bug Report
Filling out the following details about bugs will help us solve your issue sooner.
Reproducible in:
package version: 1.25.0
node version:
OS version(s):
Steps to reproduce:
- Have a message get a rate_limited error
Expected result:
The action would retry up to an upper limit of time
Actual result:
The action just fails
Attachments:
Run slackapi/[email protected]
axios post failed, double check the payload being sent includes the keys Slack expects
{
username: 'github/repo',
channel: '#some-channel',
text: 'A message'
}
Error: {"retry_after":1,"ok":false,"error":"rate_limited"}
Error: Request failed with status code 429
Description
We had a send fail with:
It seems like this failure could be retries after a default timeout
What type of issue is this? (place an
xin one of the[ ])Requirements (place an
xin each of the[ ])Bug Report
Filling out the following details about bugs will help us solve your issue sooner.
Reproducible in:
package version: 1.25.0
node version:
OS version(s):
Steps to reproduce:
Expected result:
The action would retry up to an upper limit of time
Actual result:
The action just fails
Attachments: