Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rack Timeout - PUMA DEV #78

Open
raresroca05 opened this issue Aug 13, 2019 · 2 comments
Open

Rack Timeout - PUMA DEV #78

raresroca05 opened this issue Aug 13, 2019 · 2 comments

Comments

@raresroca05
Copy link

Hello guys,

  • I am using binding.remote_pry with puma-dev.

  • In my controllers I always put binding.remote_pry and in console I call it with pry-remote.

  • After a minute or so I am getting RACK TIMEOUT error.

  • Can you please tell me what to do or fix this if is an issue.

Thanks,
Rares

@zeisler
Copy link

zeisler commented Feb 5, 2020

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
Copy link

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants