I have a cloud function 2nd Gen using Nodejs that is trigger by HTTP using a Task after 9 min my cloud function stop working with no error logs, also I have set the timeout configuration to 3600 Memoriy allocated 256 MB CPU 1 and Maximum concurrent to 4.
this cloud function read a file from cloud storage and insert the data into SQL Cloud PostgreSQL database in the same project
No sure way not getting the 60 min of timeout
I have included the "dispatchDeadline" to help me increase the response time