apiVersion: jenkins.io/v1 kind: PipelineActivity metadata: annotations: lighthouse.jenkins-x.io/cloneURI: https://github.com/greencapitaltrade/deadpool.git lighthouse.jenkins-x.io/job: release pipeline.jenkins-x.io/traceID: f845388c7b463ffd08cfcae8874e7d05 creationTimestamp: "2026-05-20T11:20:22Z" generation: 8 labels: branch: main build: "32" context: release created-by-lighthouse: "true" event-GUID: e1f04a4a-543d-11f1-9967-a0280fb67a0f lighthouse.jenkins-x.io/baseSHA: 41cad51af42737744884c2800d42b5d907b06044 lighthouse.jenkins-x.io/branch: main lighthouse.jenkins-x.io/buildNum: "1779276021955" lighthouse.jenkins-x.io/context: release lighthouse.jenkins-x.io/id: pitaltrade-deadpool-main-release-7n97w lighthouse.jenkins-x.io/job: release lighthouse.jenkins-x.io/lastCommitSHA: 41cad51af42737744884c2800d42b5d907b06044 lighthouse.jenkins-x.io/refs.org: greencapitaltrade lighthouse.jenkins-x.io/refs.repo: deadpool lighthouse.jenkins-x.io/type: postsubmit owner: greencapitaltrade podName: pitaltrade-deadpool-main-release-rfpr9-from-build-pack-pod provider: github repository: deadpool tekton.dev/pipeline: pitaltrade-deadpool-main-release-rfpr9 managedFields: - apiVersion: jenkins.io/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:labels: f:branch: {} f:context: {} f:owner: {} f:provider: {} f:repository: {} f:spec: f:lastCommitMessage: {} f:lastCommitSHA: {} f:releaseNotesURL: {} f:version: {} manager: jx-changelog-0.10.18 operation: Update time: "2026-05-20T11:26:53Z" - apiVersion: jenkins.io/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:lighthouse.jenkins-x.io/cloneURI: {} f:lighthouse.jenkins-x.io/job: {} f:pipeline.jenkins-x.io/traceID: {} f:labels: .: {} f:build: {} f:created-by-lighthouse: {} f:event-GUID: {} f:lighthouse.jenkins-x.io/baseSHA: {} f:lighthouse.jenkins-x.io/branch: {} f:lighthouse.jenkins-x.io/buildNum: {} f:lighthouse.jenkins-x.io/context: {} f:lighthouse.jenkins-x.io/id: {} f:lighthouse.jenkins-x.io/job: {} f:lighthouse.jenkins-x.io/lastCommitSHA: {} f:lighthouse.jenkins-x.io/refs.org: {} f:lighthouse.jenkins-x.io/refs.repo: {} f:lighthouse.jenkins-x.io/type: {} f:podName: {} f:tekton.dev/pipeline: {} f:spec: .: {} f:baseSHA: {} f:batchPipelineActivity: {} f:build: {} f:buildLogsUrl: {} f:completedTimestamp: {} f:context: {} f:gitBranch: {} f:gitOwner: {} f:gitRepository: {} f:gitUrl: {} f:message: {} f:pipeline: {} f:startedTimestamp: {} f:status: {} f:steps: {} manager: jx-build-controller operation: Update time: "2026-05-20T11:27:40Z" name: greencapitaltrade-deadpool-main-32 namespace: jx resourceVersion: "34870592" uid: 15dc73f0-632a-4d82-9a06-123c04dfe342 spec: baseSHA: 41cad51af42737744884c2800d42b5d907b06044 batchPipelineActivity: {} build: "32" buildLogsUrl: s3://logs-gct-prod-20260425045301534100000007/jenkins-x/logs/greencapitaltrade/deadpool/main/32.log completedTimestamp: "2026-05-20T11:27:32Z" context: release gitBranch: main gitOwner: greencapitaltrade gitRepository: deadpool gitUrl: https://github.com/greencapitaltrade/deadpool.git lastCommitMessage: | fix(tcp-server): reconnect Redis instead of crashing DeviceRegistry held a redis::aio::MultiplexedConnection in a struct field. Once that connection breaks (Redis bounced, network blip), every subsequent command returns BrokenPipe forever — and DeviceRegistry::new itself bubbled the error up out of main(), so a Redis blip at startup crashed the TCP server entirely. Two changes: 1. Switch to redis::aio::ConnectionManager (gated behind the connection-manager feature). It transparently reconnects with exponential backoff when the underlying connection drops, and shares the connection across clones for free. 2. Wrap ConnectionManager::new in a retry-with-backoff loop (1s, 2s, 4s, …, capped at 30s) so Redis being briefly unreachable at startup no longer kills the server. The brpop loop in server.rs::process_commands already sleeps on errors but never re-established the connection — now it does, automatically. No caller changes needed: ConnectionManager implements the same ConnectionLike/AsyncCommands traits as MultiplexedConnection. lastCommitSHA: 5b1e1c0740487a25010669c73053660a527c8279 message: 'Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0' pipeline: greencapitaltrade/deadpool/main releaseNotesURL: https://github.com/greencapitaltrade/deadpool/releases/tag/v0.47.3 startedTimestamp: "2026-05-20T11:20:22Z" status: Succeeded steps: - kind: Stage stage: completedTimestamp: "2026-05-20T11:27:32Z" name: from build pack startedTimestamp: "2026-05-20T11:21:03Z" status: Succeeded steps: - completedTimestamp: "2026-05-20T11:21:04Z" name: Git Clone startedTimestamp: "2026-05-20T11:21:03Z" status: Succeeded - completedTimestamp: "2026-05-20T11:21:08Z" name: Next Version startedTimestamp: "2026-05-20T11:21:06Z" status: Succeeded - completedTimestamp: "2026-05-20T11:21:33Z" name: Jx Variables startedTimestamp: "2026-05-20T11:21:30Z" status: Succeeded - completedTimestamp: "2026-05-20T11:26:33Z" name: Build Cargo Install startedTimestamp: "2026-05-20T11:21:53Z" status: Succeeded - completedTimestamp: "2026-05-20T11:26:36Z" name: Check Registry startedTimestamp: "2026-05-20T11:26:34Z" status: Succeeded - completedTimestamp: "2026-05-20T11:26:38Z" name: Build Server Image startedTimestamp: "2026-05-20T11:26:37Z" status: Succeeded - completedTimestamp: "2026-05-20T11:26:39Z" name: Build Consumer Image startedTimestamp: "2026-05-20T11:26:38Z" status: Succeeded - completedTimestamp: "2026-05-20T11:26:41Z" name: Build Mqtt Image startedTimestamp: "2026-05-20T11:26:40Z" status: Succeeded - completedTimestamp: "2026-05-20T11:26:53Z" name: Promote Changelog startedTimestamp: "2026-05-20T11:26:42Z" status: Succeeded - completedTimestamp: "2026-05-20T11:26:57Z" name: Promote Helm Release startedTimestamp: "2026-05-20T11:26:53Z" status: Succeeded - completedTimestamp: "2026-05-20T11:27:32Z" name: Promote Jx Promote startedTimestamp: "2026-05-20T11:26:57Z" status: Succeeded - kind: Promote promote: environment: staging pullRequest: pullRequestURL: https://github.com/greencapitaltrade/mcu/pull/3925 startedTimestamp: "2026-05-20T11:27:15Z" status: Succeeded startedTimestamp: "2026-05-20T11:27:15Z" status: Succeeded - kind: Promote promote: environment: production pullRequest: pullRequestURL: https://github.com/greencapitaltrade/mcu/pull/3926 startedTimestamp: "2026-05-20T11:27:29Z" status: Succeeded startedTimestamp: "2026-05-20T11:27:29Z" status: Succeeded version: 0.47.3 status: {}