Merge pull request #25 from quantopian/exception_reporting

Send a soft kill, not a hard kill.
This commit is contained in:
Stephen Diehl
2012-04-04 15:24:12 -07:00
+1 -1
View File
@@ -262,7 +262,7 @@ class Controller(object):
def send_softkill(self):
soft_frame = CONTROL_FRAME(
CONTROL_PROTOCOL.KILL,
CONTROL_PROTOCOL.SHUTDOWN,
''
)
self.pub.send(soft_frame)