Skip to content

Commit

Permalink
Delete TERMINATE_IF_RUNNING
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Aug 21, 2024
1 parent 9bee1c7 commit 15aaec1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions message_passing/introduction/starter.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import asyncio

from temporalio import common
from temporalio.client import Client, WorkflowUpdateStage

from message_passing.introduction.workflow import (
Expand All @@ -17,7 +16,6 @@ async def main():
GreetingWorkflow.run,
id="greeting-workflow-1234",
task_queue="message-passing-introduction-task-queue",
id_reuse_policy=common.WorkflowIDReusePolicy.TERMINATE_IF_RUNNING,
)

supported_languages = await wf_handle.query(
Expand Down

0 comments on commit 15aaec1

Please sign in to comment.