Skip to content

v6.3.2 - Configurable job lock duration

Compare
Choose a tag to compare
@gitgoodjhe gitgoodjhe released this 25 Sep 13:40
· 1 commit to v6.3.X since this release

The default job lock duration was set to 1 minute and could not be configured before this release. This resulted in multiple executions of jobs that took longer than 1 minute to finish.

The default for all jobs is now set to a more conservative 30 minutes. In addition to that the lock duration is now configurable via these new properties:

taskana.jobs.lockExpirationPeriod
taskana.jobs.cleanup.task.lockExpirationPeriod
taskana.jobs.cleanup.workbasket.lockExpirationPeriod
taskana.jobs.cleanup.history.simple.lockExpirationPeriod
taskana.jobs.priority.task.lockExpirationPeriod
taskana.jobs.refresh.user.lockExpirationPeriod

What's Changed

Job lock expiration duration is now configurable by @gitgoodjhe in #2377
Job lock expiration duration default is now 30 minutes instead of 1 minute