Skip to content

fix: retry coordinator startup connection#27

Merged
Gerrri merged 1 commit into
mainfrom
fix/issue-23-startup-reconnect
Mar 3, 2026
Merged

fix: retry coordinator startup connection#27
Gerrri merged 1 commit into
mainfrom
fix/issue-23-startup-reconnect

Conversation

@Gerrri
Copy link
Copy Markdown
Owner

@Gerrri Gerrri commented Mar 3, 2026

Summary

  • retry coordinator connections in the background when startup begins in degraded mode
  • restore target subscriptions and broadcast a fresh targets list after recovery
  • cover the reconnect lifecycle with backend tests and document the behavior in the staging README

Notes

Verification

  • DEBUG=false python -m pytest tests/test_main.py tests/test_health.py (run from backend/)
  • docker compose --profile staging up -d --build
  • curl -sf http://localhost:8000/api/health

@Gerrri Gerrri merged commit 4b0ec96 into main Mar 3, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add automatic coordinator reconnect after startup failure

1 participant