I have a site under development in which a couple of form POSTs are timing out, then spawning a second, identical request, which is also timing out. Both objects which the form takes information for are created successfully before the page redirects to a 'Connection Reset' error page. This only happens on Heroku (localhost shows no such issue) and it just started out of the blue yesterday. Here are the log lines for both requests:
at=info method=POST path=/admin/pages/create_edit host=sev-dev.herokuapp.com fwd=173.164.0.1 dyno=web.1 queue=0 wait=10ms connect=43ms service=80ms status=50364548 bytes=0 at=info method=POST path=/admin/pages/create_edit host=sev-dev.herokuapp.com fwd=173.164.0.1 dyno=web.1 queue=0 wait=8ms connect=35ms service=25ms status=50364548 bytes=0 Anyone ever seen anything like this before? I can't find anything like it through search. -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en
