Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: clerk/javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: clerk/javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: jacek/staging-reduce-workers
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 20, 2026

  1. fix(e2e): reduce playwright workers for staging to avoid FAPI rate li…

    …miting
    
    The generic suite runs 212 tests with 4 workers, each spinning up
    long-running apps against the same staging instance. This overwhelms
    the staging FAPI rate limits causing 'Too many requests' errors.
    
    Add E2E_WORKERS env var support to playwright config and set it to 2
    for the staging workflow.
    jacekradko committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    2a6e4ca View commit details
    Browse the repository at this point in the history
  2. fix(e2e): parse E2E_WORKERS as number for playwright config

    Playwright requires workers to be a number or percentage string.
    The env var comes in as a string which isn't accepted.
    jacekradko committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    b661fe4 View commit details
    Browse the repository at this point in the history
Loading