Closes #2542 - Fix flaky test WorkBasketCleanupJobAccTest.should_DeleteOldWorkbasketCleanupJobs_When_InitializingSchedule
This commit is contained in:
parent
d59a70f8c3
commit
21248c06f0
|
@ -33,10 +33,10 @@ 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
|
||||
# sleeping time before the next job runs
|
||||
taskana.jobs.scheduler.period=12
|
||||
# timeunit for the initial start delay and the sleeping period
|
||||
# Possible values: MILLISECONDS, SECONDS, MINUTES, HOURS, DAYS
|
||||
|
|
Loading…
Reference in New Issue