Skip to content

Commit 8d50d9c

Browse files
committed
Delete non-current work
1 parent fb92159 commit 8d50d9c

10 files changed

+1
-1145
lines changed

Diff for: hello/hello_update.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import asyncio
22

3-
from temporalio import common, workflow
3+
from temporalio import workflow
44
from temporalio.client import Client
55
from temporalio.worker import Worker
66

@@ -37,7 +37,6 @@ async def main():
3737
GreetingWorkflow.run,
3838
id="hello-update-workflow-id",
3939
task_queue="update-workflow-task-queue",
40-
id_reuse_policy=common.WorkflowIDReusePolicy.TERMINATE_IF_RUNNING,
4140
)
4241

4342
# Perform the update for GreetingWorkflow

Diff for: tests/update/serialized_handling_of_n_messages.py

-95
This file was deleted.

Diff for: update/avoid_races_between_handler_and_main_coroutine.py

-158
This file was deleted.

0 commit comments

Comments
 (0)