Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/worker_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ async def _send_heartbeat() -> None:
logger.debug("Heartbeat sent to %s", UI_URL)
except Exception as exc:
_ui_connected = False
_last_error = str(exc)
_last_error = "connection failed"
logger.warning("Heartbeat failed: %s", exc)


Expand Down
Loading