My function need long running other 60 seconds. But async mode return empty body. How to deal with that please ?
TL;DR
Developers are trying to run a function that takes more than 60 seconds to complete, but when running it asynchronously, they are getting an empty response. They are seeking advice on how to handle this issue.