-
Notifications
You must be signed in to change notification settings - Fork 107
[BUG] gRPC max message size issue #678
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@pragnagopa @Hazhzeng I think this behavior was attempted to be fixed under this PR but probably it is still not fixed or I'm not doing something correctly. Please help with this, thanks. |
Can you give us more details on the setup ? which version of host? from dev branch or the e2e tests in this repo? |
@gohar94 - I think this is not yet deployed in production. |
@pragnagopa I am using the dev branch of the azure-functions-host and dev branch of azure-functions-python-worker. |
@gohar94 do you mean that the version that comes with core tools ? That also has a previous version. Please just wait for the deployments to happen which will in the next 2-3 weeks. |
Investigative information
Repro steps
Expected behavior
The function should successfully run with the blob input.
Actual behavior
The function throws an exception in the debugger (VSCode):
Known workarounds
Blobs smaller than 4MB work fine.
Contents of the requirements.txt file:
Related information
I have tried running with the default version of the python worker that azure-functions-host (dev branch) uses and that works fine.
However, when I used this local version of the worker, I noticed this behavior.
The text was updated successfully, but these errors were encountered: