There was an error while loading. Please reload this page.
1 parent f62dde7 commit af1ed4fCopy full SHA for af1ed4f
1 file changed
docs/v3-openapi.yaml
@@ -4456,8 +4456,9 @@ components:
4456
type: object
4457
description: |
4458
The combined concurrency cap across all `concurrencyKey` values of the queue.
4459
- Always present; `current` is null when the queue has no combined limit, so
4460
- check `combined.current !== null` rather than the field's presence.
+ Servers on this version always emit it, with `current` null when the queue
+ has no combined limit; older servers may omit the field entirely, so check
4461
+ `combined?.current != null` rather than relying on its presence.
4462
properties:
4463
current:
4464
type: integer
0 commit comments