mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Add check for database session in healthcheck. (#232)
* Add check for database session in healthcheck. * Add curl test for healthcheck.
This commit is contained in:
parent
6376401d98
commit
5b6dc2b097
2 changed files with 10 additions and 1 deletions
|
@ -3,6 +3,9 @@
|
|||
CURLOPTS=(-i -s -S -o /dev/null -f -w "%{http_code}\tTime:\t%{time_starttransfer}\t%{url_effective}\n")
|
||||
HOST=127.0.0.1:8080
|
||||
|
||||
# Healthcheck Test
|
||||
curl ${CURLOPTS[@]} $HOST/healthcheck || exit 1
|
||||
|
||||
# Version Test
|
||||
curl ${CURLOPTS[@]} $HOST/version || exit 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue