This release includes a lot of improvements regarding queue and parallel execution along with some important bug fixes and minor UX improvements. A lot of feedbacks for queue dashboard received from @ghansham, thank you so much!
What's Changed
- fix: dotenv issue &
workingDirfield by @yottahmd in #1212 - [#1196] feat: Return error when
maxActiveRun=1and a DAG-run for the same DAG is currently running by @yottahmd in #1213 - [#1196] feat: Enforce DAG-level
maxActiveRunsconfiguration in API and CLI when starting a DAG-run by @yottahmd in #1214 - feat: rename
queue.maxActiveRunstoqueue.maxConcurrencyby @yottahmd in #1215 - feat: improve check logic for
maxActiveRunsby @yottahmd in #1216 - feat: Queue dashboard UI by @yottahmd in #1217
- feat(ui): Input DAG name modal by @yottahmd in #1218
- [#1209] fix: parallel issue by @yottahmd in #1219
- feat: apply feedbacks on queue UI by @yottahmd in #1221
- feat: improve queue ui by @yottahmd in #1222
Acknowledgements
Thanks to our contributors for this release:
| Contribution | Author |
|---|---|
| Script execution bug report (command not found error) | @Kaiden0001 |
| Parallel execution with JSON references issue report | @tetedange13 |
| Queue feature implementation feedback | @ghansham |
Full Changelog: v1.21.0...v1.22.0