Each instance counts independently, so behind a load balancer the effective per-subject limit is ~N × max (lib/rate-limit-store.ts).
Same single-process constraint as Jobs/Cache; an external store (Redis) or shared Postgres counter is needed before scaling horizontally.
Each instance counts independently, so behind a load balancer the effective per-subject limit is ~
N × max(lib/rate-limit-store.ts).Same single-process constraint as Jobs/Cache; an external store (Redis) or shared Postgres counter is needed before scaling horizontally.