mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[GH-ISSUE #1132] Additional blank checks are created through API? #785
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#785
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 @rwjack on GitHub (Mar 5, 2025).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/1132
Hi, I'm having this odd issue and I could use a bit of a sanity check.
I create checks like this:
And this seems to trigger the correct check slug. I see a new event/ping there, but it also creates these empty checks.
To note, the check name (image_local variable) changes on every build, but the slug (image_slug) doesn't change. I've noticed that after the initial check creation, new calls to the same check don't update the name. Is this by design?
@rwjack commented on GitHub (Mar 5, 2025):
What's very odd is when I do this manually, it properly updates the name, and doesn't create the shadow check, and when it goes through CI, it cannot update the name and creates the shadow check instead, but still logs the ping within the correct check with the correct slug.
Also forgot to mention that I'm on 3.9
@rwjack commented on GitHub (Mar 5, 2025):
Sorted it out, was a hidden jq command that was breaking EOF in the CI...