Skip to content

Commit

Permalink
Changed delay values when resuming enqueued jobs
Browse files Browse the repository at this point in the history
Signed-off-by: coduz <alberto.codutti@eurotech.com>
  • Loading branch information
Coduz committed Mar 21, 2020
1 parent 5b47e50 commit 9c228de
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -15,5 +15,5 @@ jobEngine.stop.wait.check.time.max=60000
jobEngine.stop.wait.check.time.interval=5000


jobEngine.queue.check.delay=1000
jobEngine.queue.processing.run.delay=700
jobEngine.queue.check.delay=5000
jobEngine.queue.processing.run.delay=500

0 comments on commit 9c228de

Please sign in to comment.