-
-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--fast flag inspired by sanic framework #636
Comments
Hey @tushar5526 👋 That is a great idea. Thank you. I will have a look 😄 |
Currently encountering high concurrency issues, please as soon as possible @sansyrox thank you |
Hey @mn3711698 👋 Can you please explain a bit more ? What do you mean by this
How are you running Robyn? |
i know just lite english. [program:ro19] [program:ro20] [program:ro21] Robyn should support something like it to tweak the values of processes and workers ? |
Hey @mn3711698 👋 It is super easy to do that in Robyn 😄 Just do |
Also, @mn3711698 , I would love to see your website 😄 You can share it with me on Discord if that is more comfortable. |
Hey @mn3711698 @tushar5526 This has been introduced in v0.60.2 |
Sanic has its own webserver along with support for external webservers. Servers like
uvicorn
,gunicorn
leave it up to the users to tweak the value ofprocesses
,workers
orthreads
to find the best combination which gives the best performance.But Sanic's own webserver has a
--fast
flag which automatically optimises these values according to your server. Robyn should support something like it to tweak the values ofprocesses
andworkers
.The text was updated successfully, but these errors were encountered: