Skip to content

Commit

Permalink
Added support for catching DBAL connection exceptions, in those cases…
Browse files Browse the repository at this point in the history
… we reschedule the job with a 5 seconds delay
  • Loading branch information
waltertamboer committed Oct 18, 2020
1 parent 9356185 commit 91a23ee
Show file tree
Hide file tree
Showing 3 changed files with 500 additions and 149 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"require": {
"php": "^7.2",
"ext-json": "*",
"doctrine/dbal": "*",
"psr/container": "^1.0",
"psr/log": "^1.0"
},
Expand Down
Loading

0 comments on commit 91a23ee

Please sign in to comment.