mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[GH-ISSUE #461] Possible to specify a "run ID"? #348
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#348
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 @jesobreira on GitHub (Dec 17, 2020).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/461
Hello,
I'm using the service and all I can say is that it works pretty good!
I was wondering if it's possible to specify a "run ID"... Something like:
I have some cronjobs that can overlap (i.e. they are set for an interval but they might - by purpose - run even if the previous run hasn't finished yet) and I would like to see the running time of each task. In the current behavior, the check gets a little confused once one of the tasks declares that it finished running.
Is it possible currently?
Thank you!
@cuu508 commented on GitHub (Aug 27, 2021):
There's #319 about adding optional idempotence ("run ID") key to ping requests. Each ping's idempotence key would need to be stored in the database. In principle, it would then be possible to calculate run times for overlapping jobs.
I'm closing this issue as a duplicate.