Status#

async momotor.rpc.status.client.multi_job_status_stream(stub, *, connect_timeout=None, status_timeout=None)#

Async generator that connects to the multiJobStatusStream() client endpoint and yields the JobStatusStream status messages

Parameters:
  • stub (ClientStub) – The connected client stub

  • connect_timeout (float) – Connection timeout

  • status_timeout (float) – Status message timeout

Return type:

AsyncIterable[JobStatusStream]