Skip to content

Commit 4810144

Browse files
authored
docs(spring-boot/rest): document FetchAndLockHandler configurations (#1789)
Documents the following configurations: * `camunda.bpm.rest-api.fetch-and-lock.queue-capacity` * `camunda.bpm.rest-api.fetch-and-lock.unique-worker-request` related to camunda/camunda-bpm-platform#5140
1 parent 9f8bba5 commit 4810144

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

content/user-guide/spring-boot-integration/configuration.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,21 @@ When setting to <code>/</code>, the legacy behavior of Camunda Spring Boot Start
769769
<td><code>300,000</code></td>
770770
</tr>
771771

772+
<tr><td colspan="4"><b>REST API</b></td></tr>
773+
<tr>
774+
<td><code>camunda.bpm.rest-api.fetch-and-lock</code></td>
775+
<td><code>.queue-capacity</code></td>
776+
<td>Configure the blocking queue limit of long-polling ‘Fetch and Lock’ requests.</td>
777+
<td><code>200</code></td>
778+
</tr>
779+
780+
<tr>
781+
<td></td>
782+
<td><code>.unique-worker-request</code></td>
783+
<td>If the flag is activated, pending requests with the same workerId are cancelled when a new request is received.</td>
784+
<td><code>false</code></td>
785+
</tr>
786+
772787
<tr><td colspan="4"><b>Authorization</b></td></tr>
773788
<tr>
774789
<td rowspan="4"><code>camunda.bpm.authorization</code></td>

0 commit comments

Comments
 (0)