queue icon indicating copy to clipboard operation
queue copied to clipboard

Disable strict mode for transactions

Open michalsn opened this issue 5 months ago • 1 comments

Description This PR ensures that the queue uses the correct connection group defined in the config file and disables strict mode for transactions. Due to the nature of the queue worker (a long-running process), we don't want one failed transaction to affect others.

Needs #49

Fixes: #41

Checklist:

  • [x] Securely signed commits
  • [ ] Component(s) with PHPDoc blocks, only if necessary or adds value
  • [ ] Unit testing, with >80% coverage
  • [x] User guide updated
  • [x] Conforms to style guide

michalsn avatar Sep 23 '24 06:09 michalsn