Closes #2412 - Fix flaky job tests by disabling scheduler in tests
This commit is contained in:
parent
2c83321b12
commit
e00e058c55
|
@ -33,7 +33,7 @@ taskana.workingTime.schedule.FRIDAY=00:00-00:00
|
|||
taskana.workingTime.timezone=UTC
|
||||
# enable or disable the jobscheduler at all
|
||||
# set it to false and no jobs are running
|
||||
taskana.jobs.scheduler.enabled=true
|
||||
taskana.jobs.scheduler.enabled=false
|
||||
# wait time before the first job run
|
||||
taskana.jobs.scheduler.initialStartDelay=0
|
||||
# sleeping time befor the next job runs
|
||||
|
|
Loading…
Reference in New Issue