Skip to content

Add maxConcurrency field to trigger#14725

Merged
ctgowrie merged 4 commits intomainfrom
cgowrie/max-concurrency-2
Jan 26, 2026
Merged

Add maxConcurrency field to trigger#14725
ctgowrie merged 4 commits intomainfrom
cgowrie/max-concurrency-2

Conversation

@ctgowrie
Copy link
Copy Markdown
Contributor

Add new field to allow maxConcurrency for queues

@ctgowrie ctgowrie requested review from a team and MatthewStanciu as code owners January 26, 2026 14:24
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Jan 26, 2026

🦋 Changeset detected

Latest commit: c601afc

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 14 packages
Name Type
@vercel/build-utils Patch
@vercel/config Patch
vercel Patch
@vercel/client Patch
@vercel/elysia Patch
@vercel/express Patch
@vercel/fastify Patch
@vercel/gatsby-plugin-vercel-builder Patch
@vercel/h3 Patch
@vercel/hono Patch
@vercel/koa Patch
@vercel/nestjs Patch
@vercel/node Patch
@vercel/static-build Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jan 26, 2026

📦 CLI Tarball Ready

The Vercel CLI tarball for this PR is now available!

Quick Test

You can test this PR's CLI directly by running:

npx https://vercel-ek1lirrrd.vercel.sh/tarballs/vercel.tgz --help

Use in vercel.json

To use this CLI version in your project builds, add to your vercel.json:

{
  "build": {
    "env": {
      "VERCEL_CLI_VERSION": "vercel@https://vercel-ek1lirrrd.vercel.sh/tarballs/vercel.tgz"
    }
  }
}

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jan 26, 2026

🧪 Unit Test Strategy

Comparing: e0e7e3cc601afc (view diff)

Strategy: Code changed outside of a package - running all unit tests

⚠️ All unit tests will run because global code changes could impact all packages.

Affected packages - 41 (100%)
  1. @vercel-internals/get-package-json
  2. @vercel/backends
  3. @vercel/build-utils
  4. @vercel/cervel
  5. @vercel/cli-auth
  6. @vercel/client
  7. @vercel/config
  8. @vercel/detect-agent
  9. @vercel/edge
  10. @vercel/elysia
  11. @vercel/error-utils
  12. @vercel/express
  13. @vercel/fastify
  14. @vercel/firewall
  15. @vercel/frameworks
  16. @vercel/fs-detectors
  17. @vercel/functions
  18. @vercel/gatsby-plugin-vercel-builder
  19. @vercel/go
  20. @vercel/h3
  21. @vercel/hono
  22. @vercel/hydrogen
  23. @vercel/introspection
  24. @vercel/koa
  25. @vercel/nestjs
  26. @vercel/next
  27. @vercel/node
  28. @vercel/oidc
  29. @vercel/oidc-aws-credentials-provider
  30. @vercel/python
  31. @vercel/python-analysis
  32. @vercel/redwood
  33. @vercel/related-projects
  34. @vercel/remix-builder
  35. @vercel/routing-utils
  36. @vercel/ruby
  37. @vercel/rust
  38. @vercel/static-build
  39. @vercel/static-config
  40. examples
  41. vercel

Results

  • Unit tests: All affected packages will run unit tests
  • E2E tests: Handled separately (Version Packages PRs or run-e2e-tests label)
  • Type checks: All affected packages will run type checks

This comment is automatically generated based on the affected testing strategy

@ctgowrie ctgowrie merged commit 556d9b4 into main Jan 26, 2026
389 of 399 checks passed
@ctgowrie ctgowrie deleted the cgowrie/max-concurrency-2 branch January 26, 2026 16:41
ctgowrie pushed a commit that referenced this pull request Jan 26, 2026
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @vercel/build-utils@13.2.16

### Patch Changes

- Add maxConcurrency to experimentalTriggers
([#14725](#14725))

- Add maxConcurrency trigger field
([#14725](#14725))

## vercel@50.5.2

### Patch Changes

- Add maxConcurrency to experimentalTriggers
([#14725](#14725))

- Updated dependencies
\[[`556d9b418d411e74bd59f682264a31dc71163026`](556d9b4),
[`c213ff76bbce37a0e933078e9a07d2c8c73952c4`](c213ff7),
[`556d9b418d411e74bd59f682264a31dc71163026`](556d9b4)]:
    -   @vercel/build-utils@13.2.16
    -   @vercel/python@6.3.2
    -   @vercel/backends@0.0.23
    -   @vercel/elysia@0.1.27
    -   @vercel/express@0.1.34
    -   @vercel/fastify@0.1.30
    -   @vercel/go@3.3.4
    -   @vercel/h3@0.1.36
    -   @vercel/hono@0.2.30
    -   @vercel/hydrogen@1.3.5
    -   @vercel/koa@0.1.10
    -   @vercel/nestjs@0.2.31
    -   @vercel/next@4.15.16
    -   @vercel/node@5.5.28
    -   @vercel/redwood@2.4.9
    -   @vercel/remix-builder@5.5.9
    -   @vercel/ruby@2.2.4
    -   @vercel/rust@1.0.5
    -   @vercel/static-build@2.8.28

## @vercel/client@17.2.30

### Patch Changes

- Updated dependencies
\[[`556d9b418d411e74bd59f682264a31dc71163026`](556d9b4),
[`556d9b418d411e74bd59f682264a31dc71163026`](556d9b4)]:
    -   @vercel/build-utils@13.2.16

## @vercel/config@0.0.28

### Patch Changes

- Add maxConcurrency to experimentalTriggers
([#14725](#14725))

## @vercel/elysia@0.1.27

### Patch Changes

-   Updated dependencies \[]:
    -   @vercel/node@5.5.28

## @vercel/express@0.1.34

### Patch Changes

-   Updated dependencies \[]:
    -   @vercel/node@5.5.28

## @vercel/fastify@0.1.30

### Patch Changes

-   Updated dependencies \[]:
    -   @vercel/node@5.5.28

## @vercel/gatsby-plugin-vercel-builder@2.0.127

### Patch Changes

- Updated dependencies
\[[`556d9b418d411e74bd59f682264a31dc71163026`](556d9b4),
[`556d9b418d411e74bd59f682264a31dc71163026`](556d9b4)]:
    -   @vercel/build-utils@13.2.16

## @vercel/h3@0.1.36

### Patch Changes

-   Updated dependencies \[]:
    -   @vercel/node@5.5.28

## @vercel/hono@0.2.30

### Patch Changes

-   Updated dependencies \[]:
    -   @vercel/node@5.5.28

## @vercel/koa@0.1.10

### Patch Changes

-   Updated dependencies \[]:
    -   @vercel/node@5.5.28

## @vercel/nestjs@0.2.31

### Patch Changes

-   Updated dependencies \[]:
    -   @vercel/node@5.5.28

## @vercel/node@5.5.28

### Patch Changes

- Updated dependencies
\[[`556d9b418d411e74bd59f682264a31dc71163026`](556d9b4),
[`556d9b418d411e74bd59f682264a31dc71163026`](556d9b4)]:
    -   @vercel/build-utils@13.2.16

## @vercel/python@6.3.2

### Patch Changes

- Revert removing pip from the isInstalled check
([#14728](#14728))

## @vercel/static-build@2.8.28

### Patch Changes

-   Updated dependencies \[]:
    -   @vercel/gatsby-plugin-vercel-builder@2.0.127

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants