cURL
curl --request POST \ --url https://api.example.com/api/concurrency_limits/increment \ --header 'Content-Type: application/json' \ --data ' { "names": [ "<string>" ], "task_run_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
[ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "limit": 123 } ]
Increment concurrency limits for the given tags.
During migration, this handles both V1 and V2 limits to support mixed states. Post-migration, it only uses V2 with lease-based concurrency.
The tags to acquire a slot for
The ID of the task run acquiring the slot
Successful Response
Was this page helpful?