Skip to content

Commit

Permalink
fix typo in work pool
Browse files Browse the repository at this point in the history
  • Loading branch information
m-p-esser committed Oct 16, 2023
1 parent b7f2695 commit 2d4691e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prefect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ deployments:
proxy_type: datacenter
- name: "ingest-photos-expanded-napi-bigquery-prod"
entrypoint: src/prefect/ingest_photos_expanded_napi_bigquery.py:ingest_photos_expanded_napi_bigquery
work_pool: *pro_cloud_run_work_pool
work_pool: *prod_cloud_run_work_pool
schedule:
cron: "*/6 * * * *" # every N min
timezone: "Europe/Berlin"
Expand Down

0 comments on commit 2d4691e

Please sign in to comment.