Skip to content

Commit 13a7ff1

Browse files
lukebaumannSharon Yu
authored andcommitted
Add a replica_resize decorator for fault tolerance in elastic Pathways.
PiperOrigin-RevId: 857246882
1 parent a57c2a0 commit 13a7ff1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pathwaysutils/elastic/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,4 +371,4 @@ def wrapper(*args, **kwargs):
371371

372372
return retry_decorator(wrapper)
373373

374-
return decorator
374+
return decorator

0 commit comments

Comments
 (0)