FEATURES: add issue with "add task" log entry

This commit is contained in:
Sybren A. Stüvel 2022-03-17 11:25:58 +01:00
parent 3c01c18634
commit 5728884fed

View File

@ -35,6 +35,7 @@ Note that list is **not** in any specific order.
- [ ] Shaman/Job settings: Distinction between "can be auto-deleted" jobs and "must be kept around" jobs. - [ ] Shaman/Job settings: Distinction between "can be auto-deleted" jobs and "must be kept around" jobs.
- [ ] Sending data upstream to Flamenco Overwatch - [ ] Sending data upstream to Flamenco Overwatch
- [ ] Job archival / task cleanup - [ ] Job archival / task cleanup
- [ ] The "add task" debug log entry contains the entire task, including the entire list of dependencies (recursively). This is already getting big for tiny debug jobs, so will be prohibitively big for real jobs.
## Worker ## Worker