-
Notifications
You must be signed in to change notification settings - Fork 2k
Feat/litestar #9905
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
base: master
Are you sure you want to change the base?
Feat/litestar #9905
Conversation
Given using uvicorn workers with gunicorn is deprecated, might be a good idea not to implement such variants for new implementations.. |
Sure will keep do this during the implementation |
For the Granian part, it looks like you're copying the wrong requirements file in the docker image:
Also, I'm pretty sure you can't use HTTP/2 only. |
@gi0baro all the other issues are fixed now the major issue is socketify web not able to figure out what the issue is. |
You might want to ping @cirospaciari on that. |
Sure @cirospaciari can you please help me out here? |
Sure whats the problem you are encountering? wanna DM me in discord? |
Sure will text you on discord and also socketify discord link is not working as well |
https://discord.gg/uVckUZCx |
Thanks have texted you on Discord. |
To test in local: ./tfb --mode verify --test litestart
./tfb --mode verify --test litestart-granian
./tfb --mode verify --test litestart litestar-granian litestar-gunicorn
# for help
./tfb -h
|
Will try this out. @cirospaciari any update on the |
feat: Add Litestar Framework Implementation
This PR introduces comprehensive benchmarks for the Litestar framework across multiple configurations and server implementations.
Key Changes
Removed:
ujson5
and madeorjson
as default since it's mentioned inujson
docs itself to migrate.orjson
hypercorn
since it's been unmaintainedNew Server