## Problem With the recent performance enhancements: - https://github.com/supabase/pg_net/pull/233 - https://github.com/supabase/pg_net/pull/234 Processing 400 req/s now has the same max CPU usage than 200 req/s, see loadtests: - Old: https://github.com/supabase/pg_net/actions/runs/17269203113 - New: https://github.com/supabase/pg_net/actions/runs/17566969559 ## Solution Increase batch_size from 200 to 400.
Problem
With the recent performance enhancements:
Processing 400 req/s now has the same max CPU usage than 200 req/s, see loadtests:
Solution
Increase batch_size from 200 to 400.