mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[GH-ISSUE #871] API Call to check if another check (or more) is running #610
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#610
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 @psyciknz on GitHub (Aug 2, 2023).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/871
Working on a premise that I have two backup jobs I want to offset. Check A would check healthchecks for if Check B is in a running state. And therefore not run.
Would that be possible with current API calls?
@cuu508 commented on GitHub (Aug 3, 2023):
Yes, the Get a Single Check API call response contains a boolean field
startedwhich tells if the check is in a running state.I would not recommend using Healthchecks as a locking mechanism though. Potential problems with it:
/startsignal/startsignal