Skip to content

Implement persistent RabbitMQ reconnection with exponential backoff #292

Implement persistent RabbitMQ reconnection with exponential backoff

Implement persistent RabbitMQ reconnection with exponential backoff #292

Triggered via pull request September 2, 2025 15:37
Status Failure
Total duration 1m 29s
Artifacts

check_code_quality.yml

on: pull_request
check-lint-and-build
1m 25s
check-lint-and-build
Fit to window
Zoom out
Zoom in

Annotations

8 errors
check-lint-and-build
Process completed with exit code 1.
check-lint-and-build: src/api/integrations/event/rabbitmq/rabbitmq.controller.ts#L176
Replace `⏎······this.baseReconnectDelay·*·Math.pow(2,·this.reconnectAttempt·-·1),⏎······this.maxReconnectDelay⏎····` with `this.baseReconnectDelay·*·Math.pow(2,·this.reconnectAttempt·-·1),·this.maxReconnectDelay`
check-lint-and-build: src/api/integrations/event/rabbitmq/rabbitmq.controller.ts#L113
Replace ``✅·RabbitMQ·conectado·com·sucesso·após·${this.reconnectAttempt·>·0·?·this.reconnectAttempt·+·'·tentativas'·:·'1·tentativa'}`` with `⏎··············`✅·RabbitMQ·conectado·com·sucesso·após·${this.reconnectAttempt·>·0·?·this.reconnectAttempt·+·'·tentativas'·:·'1·tentativa'}`,⏎············`
check-lint-and-build: src/api/integrations/event/rabbitmq/rabbitmq.controller.ts#L66
Replace ``Failed·to·connect·to·RabbitMQ·(attempt·#${this.reconnectAttempt·+·1}):·${error.message}`` with `⏎··············`Failed·to·connect·to·RabbitMQ·(attempt·#${this.reconnectAttempt·+·1}):·${error.message}`,⏎············`