Skip to content

Commit 026d195

Browse files
authored
fix: local dev temporal worker exception due to name conflicts (#42544)
1 parent a25ca18 commit 026d195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

products/tasks/backend/temporal/create_snapshot/activities/cleanup_sandbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class CleanupSandboxInput:
1616
sandbox_id: str
1717

1818

19-
@activity.defn
19+
@activity.defn(name="snapshot_cleanup_sandbox")
2020
@asyncify
2121
def cleanup_sandbox(input: CleanupSandboxInput) -> None:
2222
with log_activity_execution(

0 commit comments

Comments
 (0)