mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 21:35:42 +00:00
Surface Eagle warmup startup failures (#8370)
This commit is contained in:
@@ -241,6 +241,8 @@ main() {
|
||||
if [ -x "${WARMUP_SCRIPT}" ]; then
|
||||
if ! "${WARMUP_SCRIPT}" "localhost:${staging_port}"; then
|
||||
log_error "Warmup/smoke test failed, aborting deployment"
|
||||
log_error "Recent eagle-${staging} logs:"
|
||||
docker logs "eagle-${staging}" --tail 200 2>&1 || true
|
||||
docker compose -f "${COMPOSE_FILE}" stop "eagle-${staging}"
|
||||
cleanup_markers_on_failure "eagle-${active}"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user