You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
workers = 5 # Define the number of processes that are opened at the same time to handle requests, and adjust accordingly according to the website traffic.
worker_class = "gevent" # Use the gevent library to support asynchronous processing of requests and improve throughput