Skip to content

Commit c2dfd9e

Browse files
committed
ctrlc
1 parent f255457 commit c2dfd9e

11 files changed

Lines changed: 418130 additions & 56 deletions

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ version = "0.0.0-git"
1111
[dependencies]
1212
chrono = "0.4.33"
1313
clap = { version = "4.4.18", features = ["derive"] }
14+
ctrlc = "3.4.7"
1415
env_logger = "0.11.8"
1516
log = "0.4.20"
1617
tempfile = "3.20.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Manager task execution queues in parallel with a quenue depending on CPU/RAM loa
44

55
## Description
66

7-
The backlog is stored in a single file, or a directory of files if you specify a backlog directory. ⚠ Backlog entries are read from these files and can also be updated because once a task is executed, it's automatically removed from the backlog to prevent duplicate execution.
7+
The backlog is stored in a single file, or a directory of files if you specify a backlog directory. ⚠ Backlog entries are read from these files, the backlog file is deleted after all the tasks are executed.
88

99
## Example
1010

0 commit comments

Comments
 (0)