You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
Hi I encountered this issue recently and noticed that there was a fix for this issue in the nodejs runtime but it appears the python runtime is still limited to the 100kb default set by the bottle module. Looking at the Kubeless.py it doesn't appear to have an equivalent environment variable to set the limit like the nodejs runtime. It looks like this stack overflow article outlines how to increase the limit.
If the python runtime had support to increase the size limit it would be great other wise I will have to look at another option other than Kubeless cause we will be sending larger then 100kb message.
Note: I am not a python guy I just need to "serve" python services.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi I encountered this issue recently and noticed that there was a fix for this issue in the nodejs runtime but it appears the python runtime is still limited to the 100kb default set by the bottle module. Looking at the
Kubeless.py
it doesn't appear to have an equivalent environment variable to set the limit like the nodejs runtime. It looks like this stack overflow article outlines how to increase the limit.https://stackoverflow.com/questions/16865997/python-bottle-module-causes-error-413-request-entity-too-large
If the python runtime had support to increase the size limit it would be great other wise I will have to look at another option other than Kubeless cause we will be sending larger then 100kb message.
Note: I am not a python guy I just need to "serve" python services.
The text was updated successfully, but these errors were encountered: