FEATURES: mark task timeout monitoring as done

This commit is contained in:
Sybren A. Stüvel 2022-06-10 16:14:38 +02:00
parent fe1627dd85
commit bf831aa0fd

View File

@ -44,7 +44,7 @@ Note that list is **not** in any specific order.
- [x] Port the old 'fail-requested' task status handling code to the new Manager - [x] Port the old 'fail-requested' task status handling code to the new Manager
- [x] At startup check & fix "stuck" jobs. - [x] At startup check & fix "stuck" jobs.
Example: jobs in statuses `cancel-requested`, `requeueing`, etc. Example: jobs in statuses `cancel-requested`, `requeueing`, etc.
- [ ] Task timeout monitoring - [x] Task timeout monitoring
- [ ] Worker blocklisting & failed task requeueing - [ ] Worker blocklisting & failed task requeueing
- [ ] Worker timeout monitoring - [ ] Worker timeout monitoring
- [ ] Last rendered image display - [ ] Last rendered image display