composer require keboola/doctrine-retry-bundle
Include the following code in your config/packages/doctrine.yaml
file:
doctrine:
dbal:
options:
x_connect_retries: 3
TEST_DATABASE_URL - database connection URL (mysql://user:secret@localhost/mydb)