shaunagm / actionrising

0 stars 0 forks source link

/slates/follow broken on stage #276

Closed shaunagm closed 7 years ago

shaunagm commented 7 years ago

This is something that I'm experience but nobody else seems to be - when I click on 'community' in the navbar, and get sent to /slates/follow/, the request times out. From the logs:

2017-05-19T23:30:46.571073+00:00 heroku[router]: at=error code=H12 desc="Request timeout" method=GET path="/slates/follow/" host=act-now-staging.herokuapp.com request_id=c72cadd8-311a-4e99-8865-36ee3a2af981 fwd="50.253.21.235" dyno=web.1 connect=1ms service=30001ms status=503 bytes=0 protocol=https
2017-05-19T23:30:46.625639+00:00 app[web.1]: [2017-05-19 23:30:46 +0000] [4] [CRITICAL] WORKER TIMEOUT (pid:10)
2017-05-19T23:30:46.715096+00:00 app[web.1]: [2017-05-19 23:30:46 +0000] [15] [INFO] Booting worker with pid: 15

We got this before and I assumed we'd solved it both by fixing the missing import in the rectracker, and deleting the reference to it in the views: https://github.com/shaunagm/actionrising/pull/268

But I guess we've still got a bug to squash here.

AlexRiina commented 7 years ago

Not going to claim this, but I'm around tonight and can look into it

shaunagm commented 7 years ago

Fixed by https://github.com/shaunagm/actionrising/pull/278