Forums

Web Workers statisitics

Hi Are there some statistics available, showing me the load factor of the web workers? Cheers Loris

No at the moment. We do have plans to show that, but we're currently working very hard to make sure that we're ready for GDPR, so we can't give an estimate of when it will be available.

Scaling To 1000request/S

How to configure my Django project for 1000 request/s in low budget upgrading.

Here is my setup:2000cpu second, 1web app, 15web workers, 2gb disks space and 4gb Postgress space @ $25.8 can this work

If every one of your views responds in less than 0.015 seconds (15/1000), then it should be fine.