forked from kamba4/sunders
Adds health checks to web and data_handler container; restarting on failure #24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "healthcheck"
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?
Increases the resilience of most containers a bit:
fd6b1d680c:webhealth check verifies the camera endpoint returns at least one position when zoomed all the way out (shows most of Europe and parts of Asia)58f048adba: Adding a health check todata_handlerrequired more verbose output; before this PR, all logs generated bydcrondand its jobs were silenced; they're now stored in/var/logf94080f45f: Previously,update_camera.shwas only started every hour atxx:05; now it's also run immediately after the container starts73e9c279df: Adds a health check todata_handler, which remainshealthyunless the newestupdate_camera_log file contains the worderror82b41342fc: Restarts any container if the associated health check fails (shutdowns by users still allowed)update_cameraon container startup f94080f45fdata_handler, when any error is printed to log files 73e9c279dfView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.