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
By default, puma (our app server) never timeout. So, even if one of your request take 5 min it still block a puma thread. So let's implement a type of timeout.
Must have
RackTimeout installed and configured for a 15sec (default) timeout
The text was updated successfully, but these errors were encountered:
Why ?
By default, puma (our app server) never timeout. So, even if one of your request take 5 min it still block a puma thread. So let's implement a type of timeout.
Must have
The text was updated successfully, but these errors were encountered: