We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5907392 commit 083ae03Copy full SHA for 083ae03
jobs/README.md
@@ -3,6 +3,9 @@
3
Provides an ExecutorService-based JobRunner that also handles transactions.
4
Depends on [jdbc module](../jdbc).
5
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
+
9
Usage example:
10
```kotlin
11
use<JobRunner>().apply {
0 commit comments