Add another "feature" idea

This commit is contained in:
Sybren A. Stüvel 2022-05-03 16:15:03 +02:00
parent 67bf77de13
commit f05cf0e9f8

View File

@ -35,6 +35,8 @@ Note that list is **not** in any specific order.
- [ ] "Tabs" system + Vue Router support.
- [ ] Port the old 'fail-requested' task status handling code to the new Manager
- [ ] Ensure "task state machine" can run in a single database transaction.
- [ ] At startup (and potentially periodically as well) check & fix "stuck" jobs.
Example: jobs in statuses `cancel-requested`, `requeued`, etc.
- [ ] Task timeout monitoring
- [ ] Worker blocklisting & failed task requeueing
- [ ] Worker timeout monitoring