Pull request #398: RED-3998: Removed @Transactional in AutomaticAnalysisJob to have smaller transactions
Merge in RED/persistence-service from RED-3998 to master * commit 'c1e97a751203f848b65ff880ed559582b80e2ea8': RED-3998: Removed @Transactional in AutomaticAnalysisJob to have smaller transactions
This commit is contained in:
commit
53cd2ddd37
@ -27,7 +27,6 @@ public class AutomaticAnalysisJob implements Job {
|
|||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@Transactional
|
|
||||||
public void execute(JobExecutionContext jobExecutionContext) {
|
public void execute(JobExecutionContext jobExecutionContext) {
|
||||||
|
|
||||||
if (fileManagementServiceSettings.isMigrateOnly()) {
|
if (fileManagementServiceSettings.isMigrateOnly()) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user