docs(conductor): Synchronize docs for track 'implement_ttl_heartbeat'

This commit is contained in:
2026-02-09 06:05:58 -08:00
parent 3c5968690c
commit ed8e7608f1
2 changed files with 2 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
## Storage & Database
- **SQLite:** The primary relational database used by Navidrome for metadata and state.
- **LiteFS:** A FUSE-based filesystem that provides synchronous replication of the SQLite database across the cluster.
- **Process Management:** LiteFS-supervised with a leadership-aware entrypoint script ensuring Navidrome only runs on the primary node.
- **Process Management:** LiteFS-supervised with a robust TTL-heartbeat registration script ensuring zero-downtime failover and clean service catalog management.
## Automation & Delivery
- **Gitea Actions:** Automates the multi-arch (AMD64/ARM64) building and pushing of the custom supervised container image.