Skip to content

Commit

Permalink
Delete non-current work
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed May 29, 2024
1 parent 2edb921 commit b107e4d
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1,145 deletions.
3 changes: 1 addition & 2 deletions hello/hello_update.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import asyncio

from temporalio import common, workflow
from temporalio import workflow
from temporalio.client import Client
from temporalio.worker import Worker

Expand Down Expand Up @@ -37,7 +37,6 @@ async def main():
GreetingWorkflow.run,
id="hello-update-workflow-id",
task_queue="update-workflow-task-queue",
id_reuse_policy=common.WorkflowIDReusePolicy.TERMINATE_IF_RUNNING,
)

# Perform the update for GreetingWorkflow
Expand Down
95 changes: 0 additions & 95 deletions tests/update/serialized_handling_of_n_messages.py

This file was deleted.

158 changes: 0 additions & 158 deletions update/avoid_races_between_handler_and_main_coroutine.py

This file was deleted.

Loading

0 comments on commit b107e4d

Please sign in to comment.