mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-26 07:25:51 +03:00
[GH-ISSUE #264] After migration to 1.7.0 prunepings does not work... #197
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#197
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 @stevenmcastano on GitHub (Jun 23, 2019).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/264
When I run at
./manage.py prunepingsI get:@cuu508 commented on GitHub (Jun 24, 2019):
Thanks for the report! I broke this when adding the Projects feature. The new database schema required small code changes all over the codebase. Somehow missed the
prunepingsandprunepingsslowmanagement commands.Now fixed, add added tests. The tests also found a harmless off-by-one error, fixed that one as well...