We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 424ff51 commit a006e9aCopy full SHA for a006e9a
durabletask/client.py
@@ -203,4 +203,4 @@ def resume_orchestration(self, instance_id: str):
203
def purge_orchestration(self, instance_id: str, recursive: bool = True):
204
req = pb.PurgeInstancesRequest(instanceId=instance_id, recursive=recursive)
205
self._logger.info(f"Purging instance '{instance_id}'.")
206
- self._stub.PurgeInstances()
+ self._stub.PurgeInstances(req)
0 commit comments