Skip to content

Commit 3042615

Browse files
Copilotandystaples
andcommitted
Merge base branch and resolve conflicts
Co-authored-by: andystaples <77818326+andystaples@users.noreply.github.com>
1 parent 7357abe commit 3042615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

durabletask/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,10 +419,10 @@ def clean_entity_storage(self,
419419
_continuation_token: Optional[pb2.StringValue] = None
420420
) -> CleanEntityStorageResult:
421421
self._logger.info("Cleaning entity storage")
422-
422+
423423
empty_entities_removed = 0
424424
orphaned_locks_released = 0
425-
425+
426426
while True:
427427
req = pb.CleanEntityStorageRequest(
428428
removeEmptyEntities=remove_empty_entities,

0 commit comments

Comments
 (0)