Skip to content

Fusebit function that tests the health of the CRON infrastructure

License

Notifications You must be signed in to change notification settings

fusebit/cron-health

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fusebit CRON health

This is a Fusebit function that tests the health of the CRON infrastructure. It runs every 60 seconds and captures the time of execution in Fusebit storage. It also responds to HTTP GET with HTTP 200 if the last execution was later than 90 seconds ago, and with HTTP 418 otherwise. As such, it can be used as a target endpoint for any automated health monitoring solution, e.g. Uptime.

Getting started

To deploy the function with name cron-health to boundary internal:

git clone git@github.com:fusebit/cron-health.git
fuse function deploy --boundary internal cron-health -d ./cron-health/fusebit

Then use the URL of the function as the target of an automated health check.

About

Fusebit function that tests the health of the CRON infrastructure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published