Skip to content

Commit 083ae03

Browse files
committedFeb 23, 2023
document allowParallelRun
1 parent 5907392 commit 083ae03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎jobs/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
Provides an ExecutorService-based JobRunner that also handles transactions.
44
Depends on [jdbc module](../jdbc).
55

6+
By default, [Jobs](src/JobRunner.kt) use DB locks to ensure only one instance is running at a time.
7+
You can enable parallel runs by overriding `allowParallelRun` property.
8+
69
Usage example:
710
```kotlin
811
use<JobRunner>().apply {

0 commit comments

Comments
 (0)