Add watch-folder trigger flow (auto-chain on incoming manifests/archives)
This commit is contained in:
15
prefect.yaml
15
prefect.yaml
@@ -87,3 +87,18 @@ deployments:
|
||||
name: photo-pool
|
||||
work_queue_name: null
|
||||
job_variables: {}
|
||||
|
||||
- name: watch
|
||||
version: null
|
||||
tags: [photo-pipeline]
|
||||
description: "Watch /mnt/data/takeout/incoming; auto-chain pipeline on new Takeout material"
|
||||
schedule:
|
||||
interval: 900
|
||||
timezone: "Australia/Melbourne"
|
||||
flow_name: null
|
||||
entrypoint: photo_watch.py:photo_watch
|
||||
parameters: {}
|
||||
work_pool:
|
||||
name: photo-pool
|
||||
work_queue_name: null
|
||||
job_variables: {}
|
||||
|
||||
Reference in New Issue
Block a user