FastAPI behaving little strange when I hit the API multiple times. Could you help me to resolve it? #9545
Replies: 1 comment 3 replies
-
|
I guess the problem is not in fastapi but in sqlalchemy. Can you show more details? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First Check
Commit to Help
Example Code
Description
we are using FAST API to develop the APIs and sql alchemy as ORM. we deployed server in the AWS ubuntu instance host, using gunicorn as web server, nginx redirecting request to gunicorn server. few APIs are behaving strange. For example the API has to return id, name, salary parameters in the response. When I hit that API multiple times, name and id attributes are missing in the result parameter of response for few calls. looking this is the strange behavior from fast API. Any one facing the similar issue. Thanks for your answers in advance. we are not able to reproduce this issue in local system.
Operating System
Linux
Operating System Details
ubuntu on AWS VM
FastAPI Version
0.64
Python Version
3.9
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions