Hi,
We are seeing a strange behavior. If a cloud function configured as "Eventarc trigger" is running too slow vs
function configured as "HTTP trigger".
The source code is simple and
same between both these functions. The code just downloads a file from
amazon s3.
While the "HTTP trigger" downloads the file in few
seconds, the "Eventarc trigger" function is taking minutes to download
the file. I confirmed that resources allocated for both these functions
are same (32 GB RAM and 8 cores) which is more than enough for this
simple code.
Any pointers on this would be really helpful. Thank you all.