Skip to content

Commit

Permalink
my-managed-pool
Browse files Browse the repository at this point in the history
  • Loading branch information
sgbaird committed Apr 10, 2024
1 parent b14ddc4 commit 4b7e7fc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scripts/prefect_scripts/create_deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
entrypoint="scripts/prefect_scripts/my_gh_workflow.py:repo_info",
).deploy(
name="my-first-deployment",
work_pool_name="managed-pool",
work_pool_name="my-managed-pool",
cron="0 1 * * *",
)
2 changes: 1 addition & 1 deletion scripts/prefect_scripts/create_pause_deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
entrypoint="scripts/prefect_scripts/my_gh_pause_workflow.py:greet_user",
).deploy(
name="pause-workflow-deployment",
work_pool_name="managed-pool",
work_pool_name="my-managed-pool",
cron="0 1 * * *",
)
2 changes: 1 addition & 1 deletion scripts/prefect_scripts/create_pause_slack_deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
entrypoint="scripts/prefect_scripts/my_gh_pause_slack_workflow.py:greet_user",
).deploy(
name="pause-slack-workflow-deployment",
work_pool_name="managed-pool",
work_pool_name="my-managed-pool",
cron="0 1 * * *",
)
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
entrypoint="scripts/prefect_scripts/my_gh_sample_transfer_workflow.py:move_sample", # noqa: E501
).deploy(
name="sample-transfer-deployment",
work_pool_name="managed-pool",
work_pool_name="my-managed-pool",
# cron="0 1 * * *",
)
2 changes: 1 addition & 1 deletion scripts/prefect_scripts/create_suspend_slack_deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
entrypoint="scripts/prefect_scripts/my_gh_suspend_slack_workflow.py:greet_user",
).deploy(
name="suspend-workflow-deployment",
work_pool_name="managed-pool",
work_pool_name="my-managed-pool",
# cron="0 1 * * *",
)

0 comments on commit 4b7e7fc

Please sign in to comment.