Closes #2412 - Fix flaky job tests by disabling scheduler in tests

This commit is contained in:
Elena Mokeeva 2023-10-20 11:41:07 +02:00 committed by Elena Mokeeva
parent 2c83321b12
commit e00e058c55
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ taskana.workingTime.schedule.FRIDAY=00:00-00:00
taskana.workingTime.timezone=UTC taskana.workingTime.timezone=UTC
# enable or disable the jobscheduler at all # enable or disable the jobscheduler at all
# set it to false and no jobs are running # 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 # 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 befor the next job runs