How many chunks a plan should replay per invocation.
Free is 1: the 10 ms ceiling is per invocation, and the chunk sizes in
scripts/pack-sql.ts are chosen so one chunk is the largest unit with a chance of
fitting. Paid has a 30 s CPU budget, so the whole migration is one invocation and the
chunking is only a crash-resume property there.
How many chunks a plan should replay per invocation.
Free is 1: the 10 ms ceiling is per invocation, and the chunk sizes in
scripts/pack-sql.tsare chosen so one chunk is the largest unit with a chance of fitting. Paid has a 30 s CPU budget, so the whole migration is one invocation and the chunking is only a crash-resume property there.