treasure-data / digdag

Workload Automation System
https://www.digdag.io/
Apache License 2.0
1.31k stars 221 forks source link

Support start_date and end_date for schedule #1712

Closed yui-knk closed 2 years ago

yui-knk commented 2 years ago

I sometimes want to run workflows only limited period. This PR includes:

timezone: Asia/Tokyo

schedule:
  minutes_interval>: 1
  start_date: 2022-02-23T14:01:00
  end_date: 2022-02-23T14:03:00

_export:

+say_hello:
  echo>: Hello world!
yoyama commented 2 years ago

We are planning to implement similar functions in TD and back port to Digdag. This PR will conflict to it. So I would like to decline this PR. Cc @szyn

yoyama commented 2 years ago

1750 has been merged. So close.