queue
queue copied to clipboard
Disable strict mode for transactions
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