dagu/internal
Yota Hamada e8987ab1c4 fix(cmd): refactor start command not to prevent DAG from running unexpectedly (#1497)
* **Behavior Changes**
* Removed explicit no-queue and disable-max-active-runs options;
start/retry flows simplified to default local execution and streamlined
retry semantics.

* **New Features**
* Singleton mode now returns clear HTTP 409 conflicts when a singleton
DAG is already running or queued.
* Added top-level run Error field and an API to record early failures
for quicker failure visibility.

* **Bug Fixes**
* Improved process acquisition and restart/retry error handling; tests
updated to reflect local execution behavior.
2025-12-21 18:43:13 +09:00
..
auth feat(all): implement builtin user management feature (#1463) 2025-12-09 18:09:11 +09:00
cmd fix(cmd): refactor start command not to prevent DAG from running unexpectedly (#1497) 2025-12-21 18:43:13 +09:00
common fix(auth): allow API token auth to work alongside builtin mode (#1480) 2025-12-14 17:24:48 +09:00
core fix(cmd): refactor start command not to prevent DAG from running unexpectedly (#1497) 2025-12-21 18:43:13 +09:00
integration fix(cmd): refactor start command not to prevent DAG from running unexpectedly (#1497) 2025-12-21 18:43:13 +09:00
persistence fix(store): exact match for DAG name lookup in listRoot (#1490) 2025-12-18 00:21:58 +09:00
runtime fix(cmd): refactor start command not to prevent DAG from running unexpectedly (#1497) 2025-12-21 18:43:13 +09:00
service fix(cmd): refactor start command not to prevent DAG from running unexpectedly (#1497) 2025-12-21 18:43:13 +09:00
test feat(all): Add support for multiple-level nested local DAGs (#1493) 2025-12-20 21:11:02 +09:00
testdata fix(scheduler): start DAG entry reader on startup (#1427) 2025-11-30 21:43:50 +09:00