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
We just learned the hard-way that Bigbank loan applications can take up to a minute to generate. If the request is cut off, they still create and save the application. This is why I'm proposing we be more kind in our open_timeout and timeout.
Change scope
@open_timeout = 15
@timeout = 180 # 3 minutes
The text was updated successfully, but these errors were encountered:
What
We just learned the hard-way that Bigbank loan applications can take up to a minute to generate. If the request is cut off, they still create and save the application. This is why I'm proposing we be more kind in our open_timeout and timeout.
Change scope
@open_timeout = 15
@timeout = 180 # 3 minutes
The text was updated successfully, but these errors were encountered: