keboola/doctrine-retry-bundle

Doctrine Retry Bundle

Installs: 211

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 15

Forks: 0

Open Issues: 0

Type:symfony-bundle

0.1.0 2024-08-23 07:44 UTC

This package is auto-updated.

Last update: 2024-09-20 10:12:30 UTC


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)