my prefect server setup prefect-metrics.waow.tech
python orchestration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: move job_variables under work_pool where prefect expects it

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

zzstoatzz d6276c42 7ff3f059

+10 -10
+10 -10
prefect.yaml
··· 12 12 entrypoint: flows/diagnostics.py:diagnostics 13 13 work_pool: 14 14 name: kubernetes-pool 15 - job_variables: 16 - command: uv run prefect flow-run execute 15 + job_variables: 16 + command: uv run prefect flow-run execute 17 17 schedules: 18 18 - cron: "*/5 * * * *" 19 19 ··· 21 21 entrypoint: flows/gh_notifications.py:gh_notifications 22 22 work_pool: 23 23 name: kubernetes-pool 24 - job_variables: 25 - command: uv run prefect flow-run execute 24 + job_variables: 25 + command: uv run prefect flow-run execute 26 26 schedules: 27 27 - cron: "0 * * * *" # hourly 28 28 parameters: ··· 32 32 entrypoint: flows/tangled_items.py:tangled_items 33 33 work_pool: 34 34 name: kubernetes-pool 35 - job_variables: 36 - command: uv run prefect flow-run execute 35 + job_variables: 36 + command: uv run prefect flow-run execute 37 37 schedules: 38 38 - cron: "0 * * * *" # hourly 39 39 ··· 41 41 entrypoint: flows/enrich.py:enrich 42 42 work_pool: 43 43 name: kubernetes-pool 44 - job_variables: 45 - command: uv run prefect flow-run execute 44 + job_variables: 45 + command: uv run prefect flow-run execute 46 46 concurrency_limit: 1 47 47 schedules: 48 48 - cron: "5 * * * *" # 5 minutes after gh-notifications ··· 51 51 entrypoint: flows/cleanup.py:cleanup 52 52 work_pool: 53 53 name: kubernetes-pool 54 - job_variables: 55 - command: uv run prefect flow-run execute 54 + job_variables: 55 + command: uv run prefect flow-run execute 56 56 schedules: 57 57 - cron: "0 2 * * 0" 58 58 parameters: