Skip to content

Commit

Permalink
adding transactional to methid due to conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
siewer committed Jun 10, 2024
1 parent fc658e1 commit 76262a1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public void verifyInterfaceState(){
* Method which takes scans in queue and run them if it is possible
*/
@Scheduled(initialDelay=0,fixedDelay = 300000)
@Transactional
public void runScansFromQueue() throws Exception {
networkScanService.runScansFromQueue();
}
Expand Down

0 comments on commit 76262a1

Please sign in to comment.