Deploy requests can now run in parallel
You can now run two deploy requests at once. Put a slow change in the parallel lane and keep shipping faster ones through the queue, or leave slow work in the queue and run a quick change in parallel. Either way works, as long as the changes touch different tables.
In the dashboard, choose Deploy in parallel when a queue is already running. From the CLI, pass --strategy parallel:
pscale deploy-request deploy <DATABASE_NAME> <DR_NUMBER> --strategy parallel
Two deploys at once can increase database load. Impact depends on the database, available resources, and workload, so avoid running two resource-intensive deploy requests at the same time. You can adjust throttler settings on each deploy request independently.
Fetched August 7, 2026


