@@ -110,7 +110,7 @@ public class TaskService {
return entity.getId();
}
- @Transactional
+ // @Transactional
public void executeTask(Long taskId) {
long start = System.currentTimeMillis();