RabbitMQ reliability with unlimited retries and publisher confirms #295
check_code_quality.yml
on: pull_request
check-lint-and-build
2m 2s
Annotations
10 errors
|
check-lint-and-build:
src/api/integrations/event/rabbitmq/rabbitmq.controller.ts#L307
Unexpected constant condition
|
|
|
|
|
|
check-lint-and-build:
src/api/integrations/event/rabbitmq/rabbitmq.controller.ts#L186
Replace `/` with `·/·`
|
|
check-lint-and-build:
src/api/integrations/event/rabbitmq/rabbitmq.controller.ts#L181
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#L115
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#L65
Replace ``Failed·to·connect·to·RabbitMQ·(attempt·#${this.reconnectAttempt·+·1}):·${error.message}`` with `⏎··············`Failed·to·connect·to·RabbitMQ·(attempt·#${this.reconnectAttempt·+·1}):·${error.message}`,⏎············`
|
|
|