You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2017. It is now read-only.
I'm not sure what other relevant information to give. But monit seems to be having to relaunch the fetcher daemon between every 1-5 days. I suppose it's crashing, and I'm not sure if this would show up in any logs anywhere.
The text was updated successfully, but these errors were encountered:
Sorry you're having problems with this. Rest assured you are not alone.
I have basically stopped using the daemon because for whatever reason it won't stay running (in my case the problem was more that the process would be running but wouldn't do anything).
I switched to using cron with a lockfile to execute the fetcher periodically which works pretty well; however sometimes it still hangs.
I added SystemTimer to the mix to help fix these problems. I think in some/most cases it's due to a problem in the Ruby interpreter which can prevent timeouts from working on system calls (like opening a network connection). You can read up on SystemTimer for more on that: http://ph7spot.com/musings/system-timer
I'm not sure what other relevant information to give. But monit seems to be having to relaunch the fetcher daemon between every 1-5 days. I suppose it's crashing, and I'm not sure if this would show up in any logs anywhere.
The text was updated successfully, but these errors were encountered: