Today one of my bots was killed after 5 seconds while still working on the next move.
The problem is gtp doesn't allow interruption of a genmove command since it's an sync protocol.
For now i've bumped the quit_grace_period, but it would be nice if the quit command was more graceful when the bot is still busy from the previous genmove command.
Today one of my bots was killed after 5 seconds while still working on the next move.
The problem is gtp doesn't allow interruption of a genmove command since it's an sync protocol.
For now i've bumped the
quit_grace_period
, but it would be nice if the quit command was more graceful when the bot is still busy from the previous genmove command.