Skip to content

Expose waitForEvents on background operations #345

Description

@BigRoy

Is your feature request related to a problem? Please describe.

OperationsSession has no way of enabling waitForEvents on the operation.

Describe the solution you'd like

Expose the operations wait_for_event to the OperationsSession so that you can do the commit with wait_for_events=True

op = OperationsSession()
...
op.commit(wait_for_events=True)
Image Image

Additional context

This does not wait for the operations themselves to complete, but skips waiting for the events that spawn from it to have all been handled server-side.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions