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.

enrich: add concurrency_limit=1 to prevent DuckDB stale lock from overlapping runs

If a run gets stuck and a new one starts, both pods share the same
/prefect-analytics/analytics.duckdb hostPath and conflict. concurrency_limit=1
ensures only one run is active at a time.

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

zzstoatzz 65a05caf 0f506405

+1
+1
prefect.yaml
··· 28 28 entrypoint: flows/enrich.py:enrich 29 29 work_pool: 30 30 name: kubernetes-pool 31 + concurrency_limit: 1 31 32 schedules: 32 33 - cron: "5 * * * *" # 5 minutes after gh-notifications 33 34