dagucloud / dagucloud/dagu

Implement Signal Propagation Configuration Option

Open
#568 0 comments 0 reactions 0 assignees View on GitHub
wishlist
Dominant language
Go
Stars
4k
Forks
332
Avg merge
19h 9m
Merged PRs (30d)
137

Description

**Overview**
Add a configuration option `DAGU_SIGNAL_PROPAGATION` to enable signal propagation from the Dagu server/scheduler to running DAG processes.

**Configuration Syntax in `admin.yaml`**

```yaml
signalHandling:
enablePropagation: true
```

**environment variable**
```bash
DAGU_SIGNAL_PROPAGATION=1
```

**Additional Context**
https://discord.com/channels/1095289480774172772/1095291629344149544/1241031496698040392

Contributor guide

Open the contributing guide

Research direction

Start with the admin.yaml signalHandling configuration and trace how configuration and environment variables are parsed by the server or scheduler. Then follow signal handling for running DAG processes; the work is done when enablePropagation and DAGU_SIGNAL_PROPAGATION=1 consistently enable propagation from the server or scheduler.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.