plugins/conn-retry.js

Summary

Maintainability
A
1 hr
Test Coverage
A
93%

Function retry has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    retry(retries, backoff) {
        return (connect) => {
            const retryable = (c, ...args) => {
                if (0 < c) this.logger.debug(
                    '[AMQP:conn-retry] Retrying to connect...');
Severity: Minor
Found in plugins/conn-retry.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status