Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle non-success error codes in healthcheck (#1651)
* Handle non-success error codes in healthcheck Only attempt to parse response as JSON for 200 success responses Avoids attempting to parse HTML from 502 Bad Gateway responses * Update healthcheck script to use tmp output folder Set .gitignore in tmp folder (and remove from main gitignore) Tidy handling of showing output
- Loading branch information