Closed nemuvski closed 3 months ago
The code changes in this commit add support for parsing AppRateLimited events in the ParseEvent function. This allows the application to handle rate-limited events from the Slack API.
ParseEvent
Ref: https://api.slack.com/apis/events-api#rate-limiting
These are recommendations for pull requests. They are strictly guidelines to help manage expectations.
Run make pr-prep from the root of the repository to run formatting, linting and tests.
make pr-prep
Since API changes have to be maintained they undergo a more detailed review and are more likely to require changes.
The code changes in this commit add support for parsing AppRateLimited events in the
ParseEvent
function. This allows the application to handle rate-limited events from the Slack API.Ref: https://api.slack.com/apis/events-api#rate-limiting
Pull Request Guidelines
These are recommendations for pull requests. They are strictly guidelines to help manage expectations.
PR preparation
Run
make pr-prep
from the root of the repository to run formatting, linting and tests.Should this be an issue instead
API changes
Since API changes have to be maintained they undergo a more detailed review and are more likely to require changes.
Examples of API changes that do not meet guidelines: