6 ms·
Is there also any limit on machine resources that a single request can use? I'm curious about cases in which requests might need non-trivial amount of computati
by pyvek 11y ago
Is there also any limit on machine resources that a single request can use? I'm curious about cases in which requests might need non-trivial amount of computational power.
- zwily 11y agoYou pay for request time too, measured in 100ms increments. And you pay more for more CPU/RAM.