Closes #2542 - Fix flaky test WorkBasketCleanupJobAccTest.should_DeleteOldWorkbasketCleanupJobs_When_InitializingSchedule
This commit is contained in:
parent
f2f24282f6
commit
281989ddfd
|
@ -36,7 +36,7 @@ taskana.workingTime.timezone=UTC
|
||||||
taskana.jobs.scheduler.enabled=false
|
taskana.jobs.scheduler.enabled=false
|
||||||
# wait time before the first job run
|
# wait time before the first job run
|
||||||
taskana.jobs.scheduler.initialStartDelay=0
|
taskana.jobs.scheduler.initialStartDelay=0
|
||||||
# sleeping time befor the next job runs
|
# sleeping time before the next job runs
|
||||||
taskana.jobs.scheduler.period=12
|
taskana.jobs.scheduler.period=12
|
||||||
# timeunit for the initial start delay and the sleeping period
|
# timeunit for the initial start delay and the sleeping period
|
||||||
# Possible values: MILLISECONDS, SECONDS, MINUTES, HOURS, DAYS
|
# Possible values: MILLISECONDS, SECONDS, MINUTES, HOURS, DAYS
|
||||||
|
|
Loading…
Reference in New Issue