Feature Request or Help. #221
Unanswered
muhannad-hash
asked this question in
Q&A
Replies: 1 comment
-
Hi @muhannad-hash I think this issue should help with your use case. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I have the following route in my fastapi app
/search
which accept asearch_term: str
anddata: bool
if the data flag is set to true I am returnin some files from gcp related to the search done by the user so It's adding overcost to the search.
I want to rate limit the users only when they set the
data=True
and the response return more than 1 hit.I would appreciate your help how can I do so.??!!
I am not sure wether this is available in your current implementation, or something you are interested in adding it.
Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions