|
| 1 | + |
| 2 | + |
| 3 | +worker: |
| 4 | + jobs: |
| 5 | + long-running-job-execute-producer: |
| 6 | + enabled: true |
| 7 | + scheduler: long-running-job-execute-producer |
| 8 | + long-running-job-execute-on-leader: |
| 9 | + enabled: true |
| 10 | + scheduler: long-running-job-execute-on-leader |
| 11 | + long-running-job-execute-on-follower: |
| 12 | + enabled: true |
| 13 | + scheduler: long-running-job-execute-on-follower |
| 14 | + long-running-job-execute-consecutive: |
| 15 | + enabled: true |
| 16 | + scheduler: long-running-job-execute-consecutive |
| 17 | + long-running-job-execute-unlimited: |
| 18 | + enabled: true |
| 19 | + scheduler: long-running-job-execute-unlimited |
| 20 | + long-running-job-execute-concurrent: |
| 21 | + enabled: true |
| 22 | + scheduler: long-running-job-execute-concurrent |
| 23 | + long-running-job-execute-concurrent-consumer: |
| 24 | + enabled: true |
| 25 | + scheduler: long-running-job-execute-concurrent-consumer |
| 26 | + long-running-job-execute-fork-consumer: |
| 27 | + enabled: true |
| 28 | + scheduler: long-running-job-execute-fork-consumer |
| 29 | + long-running-job-execute-regular-consumer: |
| 30 | + enabled: true |
| 31 | + scheduler: long-running-job-execute-regular-consumer |
| 32 | + long-running-job-execute-fork: |
| 33 | + enabled: true |
| 34 | + scheduler: long-running-job-execute-fork |
| 35 | + |
| 36 | +micronaut: |
| 37 | + executors: |
| 38 | + long-running-job-execute-producer: |
| 39 | + number-of-threads: 1 |
| 40 | + long-running-job-execute-on-leader: |
| 41 | + number-of-threads: 1 |
| 42 | + long-running-job-execute-on-follower: |
| 43 | + number-of-threads: 1 |
| 44 | + long-running-job-execute-consecutive: |
| 45 | + number-of-threads: 1 |
| 46 | + long-running-job-execute-unlimited: |
| 47 | + number-of-threads: 1 |
| 48 | + long-running-job-execute-concurrent: |
| 49 | + number-of-threads: 1 |
| 50 | + long-running-job-execute-concurrent-consumer: |
| 51 | + number-of-threads: 1 |
| 52 | + long-running-job-execute-fork-consumer: |
| 53 | + number-of-threads: 2 |
| 54 | + long-running-job-execute-regular-consumer: |
| 55 | + number-of-threads: 1 |
| 56 | + long-running-job-execute-fork: |
| 57 | + number-of-threads: 2 |
0 commit comments