SIGN IN SIGN UP

Admin endpoint to set concurrency burst factor (#3412)

Example cURL call using an admin user PAT (replace with a real one):

```sh
curl -X PUT https://cloud.trigger.dev/admin/api/v1/environments/<environmentId>/burst-factor \
    -H "Authorization: Bearer tr_pat_1234" \
    -H "Content-Type: application/json" \
    -d '{"burstFactor": 1.5}'
```
M
Matt Aitken committed
6e6deb41e19f0491784cf40a6da2aeb2ac66a3e6
Parent: 7d7ebdd
Committed by GitHub <noreply@github.com> on 4/19/2026, 6:35:04 PM