mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-27 08:35:53 +03:00
[GH-ISSUE #1314] Slack no response for rate limit #546
Labels
No labels
Bug
Documentation
Feature
Needs Work
Support
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/monolog#546
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @HansGlueck on GitHub (Apr 9, 2019).
Original GitHub issue: https://github.com/Seldaek/monolog/issues/1314
Hi Monolog-Team,
when I try to send errors to slack everything is working fine, except that I get no response from the SlackHandler. That means I get only true or false but not the response of Slack like a 429 rate limit response with the retry-time of 30 sec.
So my question is how do I get the rate-limit response of Slack?