Skip to content

Commit

Permalink
Fixes Task Queue name on the Encryption (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachfop authored Mar 24, 2023
1 parent e99b986 commit 867a870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encryption/starter.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async def main():
GreetingWorkflow.run,
"Temporal",
id=f"encryption-workflow-id",
task_queue="encryption",
task_queue="encryption-task-queue",
)
print(f"Workflow result: {result}")

Expand Down

0 comments on commit 867a870

Please sign in to comment.