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

Timeout with Heroku #66

Open
jlerpscher opened this issue Apr 11, 2019 · 0 comments
Open

Timeout with Heroku #66

jlerpscher opened this issue Apr 11, 2019 · 0 comments

Comments

@jlerpscher
Copy link

jlerpscher commented Apr 11, 2019

I am trying this gem for production on Heroku but after few seconds, I have some timeout requests (it fails with only 15 online users)

2019-04-11T21:28:29.469474+00:00 heroku[router]: at=error code=H12 desc="Request timeout" method=GET path="/fr/foo/bar" host=mywebsite.com request_id=9c3c8364-e483-44ad-9d55-d030fcb10c6b fwd="90.46.112.209" dyno=web.1 connect=0ms service=30000ms status=503 bytes=0 protocol=https

My configuration is pretty simple:

reverse_proxy /\/fr\/foo(\/?.*)$/i, "#{ENV['NEW_APP_URL']}/fr/foo$1"

Am I missing something?

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

1 participant