1 个仓库
Calculating the duration between the start and success signals of a scheduled task.
Distinct from Function Execution Timing: Focuses on end-to-end task duration for monitoring rather than code profiling or performance bottlenecks.
Explore 1 awesome GitHub repository matching software engineering & architecture · Task Completion Timing. Refine with filters or upvote what's useful.
Healthchecks is a heartbeat monitoring service and cron job monitoring tool designed to track the execution and success of scheduled tasks and systemd timers. It functions as a dead man switch, alerting users when expected periodic signals from remote processes fail to arrive. The system accepts health signals via HTTP and SMTP, allowing it to track infrastructure heartbeats from sources ranging from CI/CD workflows to network routers. It distinguishes itself by supporting the capture of diagnostic data, including exit codes and execution logs, and by calculating the duration between start an
Calculates the duration between start and success signals to track how long scheduled tasks take to complete.