Reputation: 137
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.
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"
Upvotes: 0
Views: 1481
Reputation: 75890
It's a postman issue. Go to file, settings and set the request timeout to 0
Upvotes: 1