jolicode / jolicode/slack-php-api
Flacky CI due to Slack rate limit
Open
- Dominant language
- PHP
- Stars
- 255
- Forks
- 62
- Avg merge
- 1h 45m
- Merged PRs (30d)
- 1
Description
We get some false negative on the tests because we test against a real Slack API:
> JoliCode\Slack\Exception\SlackErrorResponse: Slack returned error code "ratelimited"
I see two subject here:
- how can we, as a Slack API client, handle those rate limit? Watch the Retry after header?
- should it be only on the tests? or global?
- make the CI green
Contributor guide
Assessment
This issue has not been assessed yet.