Replies: 2 comments 5 replies
-
@JINYUHOON what is the actual issue? is it killing the function before the specified maximum or are you trying to go past the 300 second max? |
Beta Was this translation helpful? Give feedback.
5 replies
-
This discussion was automatically locked because the community moved to a new site. Please join us at vercel.community |
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
-
Summary
python flask max-duration trouble
Example
No response
Steps to Reproduce
I am distributing my Python flask project on vercel.
However, I encountered a max-duration issue based on the API request and modified the vercel.json file to solve it. But this problem still persists.
I'm making a request from a js file in my root. In this case, how should I configure it to work correctly?
my vercel.json is
Beta Was this translation helpful? Give feedback.
All reactions