class PickleConfig(Command): """ Unpickle some configuration in a subprocess. """ arguments = [('delegateTo', String()), ('config', Pickle())]
class LogMessage(Command): """ This message represents an observed log message being relayed from a worker process to the manager process. """ arguments = [("event", Pickle())]