rumca-js / Django-link-archive

Link archive for a NAS drive
https://renegat0x0.ddns.net/apps/rsshistory
GNU General Public License v3.0
19 stars 2 forks source link

Threads: cleanup job is destroyed each processing #164

Closed rumca-js closed 6 days ago

rumca-js commented 6 days ago

Cleanup can block aby new Jobs. To procent that destroy it if IT hasn't finished and create a new Job. This will cleanup the database and will not block processing.

But what if user wants several threads that will not be blocked ever?

rumca-js commented 6 days ago

Implemented