Sandeep Srinivasa
Sandeep Srinivasa
do you have any other theme where you have a separate blog link and pages ? I'm struggling on how to make this kind of a feature :(
or something like the projects area in http://themes.gohugo.io/theme/creative/ P.S may I also highlight https://github.com/crakjie/landing-page-hugo/issues/19 (like http://themes.gohugo.io/theme/hugo-universal-theme/blog) sorry for this - your theme is the best i have found!!!
@sm-Fifteen is your recommendation here benchmarked ? https://github.com/tiangolo/fastapi/issues/726#issuecomment-557687526 will it work in all situations without lockups, etc. we are planning to use this with postgresql
@sm-Fifteen thanks for this! your comment here is pure gold ... as well as the previous one https://github.com/tiangolo/full-stack-fastapi-postgresql/issues/290#issuecomment-723155540 Its the first discussion of production performance tuning of fastapi! would you...
@sm-Fifteen I have a new way to do it instead of global sqlalchemy.engine - to use lru_cache and contextmanager. https://gist.github.com/sandys/671b8b86ba913e6436d4cb22d04b135f do you think it works just as well ?
Thank you. That makes total sense. However what is your opinion on the contextmanager stuff ? On Wed, 17 Mar, 2021, 20:44 sm-Fifteen, ***@***.***> wrote: > @lru_cache() on a function...
@sm-Fifteen in ur comment in the other bug, u mentioned sqlalchemy 1.4 as one of the solutions to this issue. In that context, and given SA 1.4 is stable, what...
@adriangb on the other hand, i want to submit my code https://gist.github.com/sandys/671b8b86ba913e6436d4cb22d04b135f with a single gunicorn worker, im getting the following performance. ``` docker run --network=host --rm skandyla/wrk -t12 -c400...
Sqlalchemy 1.4 was released - https://www.sqlalchemy.org/blog/2021/03/15/sqlalchemy-1.4.0-released/
hi guys, I want to contribute my gist here - https://gist.github.com/sandys/671b8b86ba913e6436d4cb22d04b135f This is fastapi with python dataclasses - used to create both sqlalchemy and pydantic models simultaneously (there is no...