There are some use cases where the PR #3687 that ensures jobs are dispatched after database transactions may cause undesirable behaviour, particularly in tests which are run within a database transaction for example.
This PR introduces a new configuration variable, which allows disabling this behaviour.
There are some use cases where the PR #3687 that ensures jobs are dispatched after database transactions may cause undesirable behaviour, particularly in tests which are run within a database transaction for example.
This PR introduces a new configuration variable, which allows disabling this behaviour.