Remix.run Logo
danelliot a day ago

Unkey handles this well — single API call at the edge that does both key verification and rate limiting in sub-millisecond. Avoids the D1 read-modify-write race condition entirely since the rate limit state lives in their distributed system, not your worker's database.

rwasimsk 6 hours ago | parent | next [-]

Thanks.

Btw, I removed the project.

jamesperkins a day ago | parent | prev [-]

Thanks for the shout out!