Hacker News new | ask | show | jobs
by jadeklerk 3257 days ago
Did your evaluation happen a long time ago? Or, another question... did you run the binaries and appropriately screen them? I had the same problem until I realized I sucked at making a binary live a long time, and my eyes were opened to screen :)
2 comments

It was a known bug in the some go library. It was recently fixed. But at the time it caused concourse to stop working until restarted.
Never run long running services in screen. Use a proper init system - screen is not the solution.