Closes #2542 - Fix flaky test WorkBasketCleanupJobAccTest.should_DeleteOldWorkbasketCleanupJobs_When_InitializingSchedule

This commit is contained in:
MM1277 2024-04-04 14:15:39 +02:00
parent d59a70f8c3
commit 21248c06f0
1 changed files with 2 additions and 2 deletions

View File

@ -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