mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[GH-ISSUE #62] sendalerts doesn't work with new failures #39
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#39
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 @bobelev on GitHub (Jun 10, 2016).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/62
Keep getting this stacktrace while testing notifications.
Notifications seem to work when
./manage.py sendalertsis invoked manually after 'check failure'. But when I startsendalertsin background I always get this stacktrace.@cuu508 commented on GitHub (Jun 20, 2016):
@bobelev can you please give a little more detail on the steps to reproduce this? If you have a test database, can you make a SQL dump and send it to me?
There was a race condition in sendalerts command (between selecting check and sending a notification, the status can go from "up" to "grace"), and I just fixed that. But I'm not sure it's the same issue you are seeing.