Mon-Ouie / pry-remote

Connect to Pry remotely
Other
639 stars 81 forks source link

Rack Timeout - PUMA DEV #78

Open raresroca05 opened 5 years ago

raresroca05 commented 5 years ago

Hello guys,

Thanks, Rares

zeisler commented 4 years ago

You'll need to disable RACK TIMEOUT middleware in order to use this as it blocks the request and the middleware is then just doing it's job of killing the request.

ethaning commented 4 years ago

@raresroca05 Setting the RACK_TIMEOUT_SERVICE_TIMEOUT ENV variable to a large number in my rails app solved this issue for me.

https://github.com/sharpstone/rack-timeout