I am trying to make an HTTP POST request to a GCP Cloud Function that makes a BigQuery job and returns a string when completed. The function works fine and completes in about 7 minutes, however the query in Retool doesn't get an output and times out after 10 minutes. Calling the function via postman returns the desired output without an issue.
I tried calling another function with the exact same structure, but with a job that completes in 10 seconds and in that case Retool successfully gets an output.