Add watch-folder trigger flow (auto-chain on incoming manifests/archives)

This commit is contained in:
2026-08-08 09:19:58 +10:00
parent 10b4b0b2f1
commit 4209a1153e
2 changed files with 125 additions and 0 deletions

View File

@@ -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: {}