Optional
execution_How long can a job be executing before timing out. Null to disable timeout. Overrides BetterLockOptions value.
Optional
extend_In any error produced by BetterLock, extend the stack trace to include incoming trace. Overrides BetterLockOptions value.
Optional
wait_How long can jobs wait in queue before timing out. Overrides BetterLockOptions value.
Optional
lock_Before acquiring lock, call this function with the given key. If condition is rejected, the executor is immediately called, without locking. This can be used to more conveniently opt out of locking, without duplicating or extracting the executor. Overrides BetterLockOptions value.
Generated using TypeDoc
Options that apply on LockJob