reflex icon indicating copy to clipboard operation
reflex copied to clipboard

Pressure test on Pynecone

Open evandeng2009 opened this issue 2 years ago β€’ 0 comments

Describe the bug I take a pressure test on my app which is running as a docker in Linux VM in cloud, with Locust, and watching the VM resources using Netdata. No resource limits of docker instances. Some key resouces usages of host as below: CPU 12%, Mem 38% at top, network inbound and outbound approximately 10%, checked ip_local_port_range which is big enough, and database is running ok.

Problem is about 30% failures of requests to /, and browser console says ERR_CONNECTION_TIMED_OUT. Mem usage will not increases while more concurrences there. Don't know where the problem is.

To Reproduce Steps to reproduce the behavior:

  • Code/Link to Repo:

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Specifics (please complete the following information):

  • Python Version:3.7
  • Reflex Version:0.1.34
  • OS:
  • Browser (Optional):Chrome

Additional context Add any other context about the problem here.

evandeng2009 avatar Jul 11 '23 16:07 evandeng2009