payload webhook limit

Hi,

we have a function taking care of a webhook that is not accepting payloads bigger than 32MB. But the sender can send up to 100MB at a time, so the function fails, sometimes.

Any suggestion? Can we change the limit or use another strategy?

thanks

0 1 55
1 REPLY 1

According to documentation, you can't increase the maximum size (32MB)

NoCommandLine_0-1715265894046.png

If you must support payloads greater than 32MB, you should consider Cloud Run whose documentation says  "there's no limit if you're using HTTP/2" server

NoCommandLine_1-1715266215892.png

 

 

 

   ......NoCommandLine ......
https://nocommandline.com
        Analytics & GUI for 
App Engine & Datastore Emulator