You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although our application's execute() process returns an error 3 minutes after receiving a request, a timeout occurred 33 minutes after sending the request on the Looker side. It seems that when execute() returns an error, it may not be able to complete sending the response.
Is it possible to change it so that when execute() returns a rejected promise, the response transmission is completed?
Reference information
It seems that if res.headersSent == True, the response transmission cannot be completed.
Although our application's execute() process returns an error 3 minutes after receiving a request, a timeout occurred 33 minutes after sending the request on the Looker side. It seems that when execute() returns an error, it may not be able to complete sending the response.
Is it possible to change it so that when execute() returns a rejected promise, the response transmission is completed?
Reference information
The text was updated successfully, but these errors were encountered: