dagu-org / dagu

Developer-friendly, minimalism Cron alternative, but with much more capabilities. It aims to solve greater problems.
https://dagu.readthedocs.io
GNU General Public License v3.0
1.65k stars 145 forks source link

[Feature request] Option to run all steps sequentially #469

Open fishnux opened 1 year ago

fishnux commented 1 year ago

Feature request: Option to run all steps sequentially

Some of my workflows make use of steps that run sequentially, so it would be better to have an option per-DAG to run all steps sequentially. This would facilitate things such as re-ordering steps as we don't have to change the depends property, but just move steps around 🙂

rafiramadhana commented 10 months ago

@fishnux sounds interesting, btw may I know how do we (as a user) define the sequence?