Closed fberrez closed 1 year ago
Execution of test code is failing.
@fberrez Please correct the test code so that it does not cause an error.
Doesn't this now result in the alert getting lost? Like how does Elastalert know how to retry later?
@jertel
I think this pull request with no response should be closed.
Description
This modifies the behavior when an error
429 - Too Many Requests
occur when it sends a request to slack. It now prints a log instead of raising an error.Before that, the log that occured the failure was pushed in a "pending" queue. This queue doesn't wait long enough to send another request to slack, resulting in another
429
.Checklist
make test-docker
with my changes.