having a problem - i heavily depend on a daily cron job with RHC, and it randomly stops working from time to time. Another symptom - when i log in with ssh, it prints the welcome prompt (" !!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!!") and then hangs - have to ctrl+x to actually see the prompt
I was suspecting script ran by a cronjob but there's nothing really special there, some DB communication and Amazon S3 upload, which should time out if something's wrong. Also, i'm echoing date into log first, then starting my script -- so if the script hangs, date should be there (or at least i think so) -- no date.
So - it looks pretty much like RHC stopping my gear when app is not in use -- but why the session is hang when i ssh ? Thanks !