ryanb / govsgo

Rails 3 app for playing the board game Go online.
http://govsgo.com
MIT License
140 stars 23 forks source link

GNU Go opponent currently down (govsgo.com) #39

Closed shimari closed 13 years ago

shimari commented 13 years ago

The computer opponent is currently unresponsive on the main site.

ryanb commented 13 years ago

Thank you for reporting this. It looks like the background process died which handles the computer moves. It is back up now, but I'll leave this ticket open until I set up some kind of process monitor to ensure it stays up.

shimari commented 13 years ago

It's down again.

ryanb commented 13 years ago

Very strange. Thanks for reporting. I've started it up again.

shimari commented 13 years ago

It's currently down again.

ryanb commented 13 years ago

Sorry about that, thanks for reporting this. Should be up again. Really need to figure out what's causing this.

ryanb commented 13 years ago

Looks like this time the actual process stayed up but the MySQL connection timed out. I should probably set up a cron task to occasionally restart long running processes like this.

shimari commented 13 years ago

Needs a restart again.

ryanb commented 13 years ago

Thanks. Sorry for the delays in fixing this.

ryanb commented 13 years ago

I've set up god for monitoring the process. I've also made it so it automatically reconnects to the MySQL database if it loses its connection. This should solve this issue, but if it ever goes down again please post a comment here.