Max Queries per second for DO
In docs there is soft limit mentioned of 1000 queries per second per durable object.
My question is, if I have class Page, and I create DO with .idFromName(pathname) , does it mean that each different path will get 1k queries per second limit? Or whole Page class gets 1k regardless of
pathname
?2 Replies