Closed tarekziade closed 10 years ago
mostly notes to myself
here, https://github.com/mozilla-services/loads/blob/master/loads/transport/broker.py#L125
we need to reset the agent into the run_id in case
this https://github.com/mozilla-services/loads/blob/master/loads/transport/brokerctrl.py#L168
has removed it
IOW if we get results back that means the run is still alive.
edge case: if the agent process is dead but the process is still running, what should we do ? maybe we could reattach the process to another agent ?
mostly notes to myself
here, https://github.com/mozilla-services/loads/blob/master/loads/transport/broker.py#L125
we need to reset the agent into the run_id in case
this https://github.com/mozilla-services/loads/blob/master/loads/transport/brokerctrl.py#L168
has removed it
IOW if we get results back that means the run is still alive.
edge case: if the agent process is dead but the process is still running, what should we do ? maybe we could reattach the process to another agent ?