Netflix-Skunkworks / Scumblr

Web framework that allows performing periodic syncs of data sources and performing analysis on the identified results
Apache License 2.0
2.64k stars 317 forks source link

Info dump causing WebUI crash when SSH or terminal is exited #131

Closed espressobeanies closed 7 years ago

espressobeanies commented 7 years ago

Has anyone noticed an issue in Scumblr that literally spews HTTP information once the last 'bundle' command is executed in the background to bring up the server? I'm seeing cases where while the information is spewing, if I quit the SSH session or log out of the terminal directly, it crashes the Scumblr WebUI.

espressobeanies commented 7 years ago

Also found a resolution for the SideKiq duplicate message warnings:

'rm -rf .../rb-readline-0.5.3' and 'gem install rb-readline'

espressobeanies commented 7 years ago

Sweet, resolved my own issue. Just do the readline thing and ensure you enabled postgresql to start on any reboots.