Skip to content

Commit

Permalink
Fix Scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
robcalla committed Oct 12, 2018
1 parent 92f5467 commit 5f41f9c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ public void startOAUTHTokenSynchJob(ODMSCatalogue node) {
.withIntervalInSeconds(3000) //Ogni 55 min fa il check
.withMisfireHandlingInstructionNowWithRemainingCount() //Per casomai aggiornarlo subito quando il server riparte
)
.startNow()
.build();

scheduler.scheduleJob(job, trigger);
Expand Down

0 comments on commit 5f41f9c

Please sign in to comment.