gotson / komga

Media server for comics/mangas/BDs/magazines/eBooks with API, OPDS and Kobo Sync support
https://komga.org
MIT License
4.07k stars 240 forks source link

Is possible to delete a pending task that blocks all the others? #1626

Closed Bakwla closed 3 months ago

Bakwla commented 3 months ago

Steps to reproduce

1 Press "Cancel All Tasks" from server Management page 2 Server cancel all pending task except one: "AnalyzeBook: 1" 3 the server don't seems to execute other tasks added 4 I have modified the number of task threads from 1 to 4 and the server now seems to execute the added tasks but the first one is still pending and the yellow line don't stop running.

Expected behavior

Stop all the tasks pressing "Cancel All Tasks" from server Management page

Actual behavior

Under the logo the windows says 1 pending task AnalyzeBook: 1 and the yellow line don't stop running

Logs

No response

Komga version

1.11.1

Operating system

Synology NAS App: Container Manager

Installation method

Docker

Other details

No response

Acknowledgements