keboola/doctrine-retry-bundle

Doctrine Retry Bundle

Maintainers

Package info

github.com/keboola/doctrine-retry-bundle

Type:symfony-bundle

pkg:composer/keboola/doctrine-retry-bundle

Statistics

Installs: 4 427

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0


README

Installation

composer require keboola/doctrine-retry-bundle

Usage

Include the following code in your config/packages/doctrine.yaml file:

doctrine:
    dbal:
        options:
            x_connect_retries: 3

Environment

TEST_DATABASE_URL - database connection URL (mysql://user:secret@localhost/mydb)