mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
- Trigger reconnection proactively from Get*WithTimeout when underlying connection is in SHUTDOWN or TRANSIENT_FAILURE to avoid returning stale/unusable clients. - Add debug/info logs around client registration, connection attempts, closing existing connections, connection initiation, reconnection start, backoff retry and successful reconnection (including current state and registration status). - Surface more context in reconnection and connection logs to aid diagnostics.