Whenever I enqueue a DAG from cli/curl script the DAGs does not get started.
time=2025-12-01T22:08:04.468+05:30 level=INFO msg="Coordinator disabled (bound to localhost), set --coordinator.host and --coordinator.advertise to enable distributed mode"
time=2025-12-01T22:08:04.468+05:30 level=INFO msg="Scheduler initialization" dir=/Users/kriyanshi/.config/dagu/dags
time=2025-12-01T22:08:04.468+05:30 level=INFO msg="Starting service registry" service=scheduler service-id=kriyanshis-MacBook-Pro.local-8768-1764607084 host=kriyanshis-MacBook-Pro.local port=8090 status=inactive
time=2025-12-01T22:08:04.468+05:30 level=INFO msg="Registered with service registry as inactive" service-id=kriyanshis-MacBook-Pro.local-8768-1764607084 host=kriyanshis-MacBook-Pro.local port=8090
time=2025-12-01T22:08:04.468+05:30 level=INFO msg="Waiting to acquire scheduler lock"
time=2025-12-01T22:08:04.469+05:30 level=INFO msg="Acquired scheduler lock"
time=2025-12-01T22:08:04.469+05:30 level=INFO msg="Updated scheduler status to active"
time=2025-12-01T22:08:04.476+05:30 level=INFO msg="Queue watcher setup complete" dir="/Users/kriyanshi/Library/Application Support/dagu/data/queue"
time=2025-12-01T22:08:04.476+05:30 level=INFO msg="Started zombie detector" interval=45s
time=2025-12-01T22:08:04.476+05:30 level=INFO msg="Scheduler started"
time=2025-12-01T22:08:04.569+05:30 level=INFO msg="Server initialization" host=127.0.0.1 port=8080
time=2025-12-01T22:08:04.595+05:30 level=INFO msg="Server is starting" addr=127.0.0.1:8080
time=2025-12-01T22:08:33.921+05:30 level=INFO msg="Processing batch of items" queue=example-01-basic-sequential count=1 max-concurrency=1 alive=0
Error: failed to load DAG from : name or path is required
Version: latest pull
Script to regenerate issue: dagu enqueue ~/yaml.yaml
Whenever I enqueue a DAG from cli/curl script the DAGs does not get started.
Version: latest pull
Script to regenerate issue: dagu enqueue ~/yaml.yaml