THP-2-0 / THP2_back

24 stars 6 forks source link

Rack Timeout #62

Open zaratan opened 6 years ago

zaratan commented 6 years ago

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