Y
Hacker News
new
|
ask
|
show
|
jobs
by
storystarling
141 days ago
Rate limiting is a stopgap, not a fix. I would have expected a transaction lock in Postgres (SELECT FOR UPDATE) to serialize the requests. Or a Redis mutex if they are worried about database contention.