Google cloud function max timeout 540 seconds not working for client

I have a google cloud function that taking execution time like 2 mins and i changed the max timeout to 540 seconds in cloud functions console. Then function executed in 2 mins with 200 status code. This is the function logs

But from client side after 60 secs, I'm getting error saying "Error 502 (Server Error)!!1 The server encountered a temporary error and could not complete your request. Please try again in 30 seconds"Error coming in client side

Upvotes: 0

Views: 1481

Answers (1)

guillaume blaquiere
guillaume blaquiere

Reputation: 75890

It's a postman issue. Go to file, settings and set the request timeout to 0

enter image description here

Upvotes: 1

Related Questions