linkding/bookmarks/services
Sascha Ißbrücker a6f35119cd
Replace django-background-tasks with huey (#657)
* Replace django-background-tasks with huey

* Add command for migrating tasks

* Add custom admin view

* fix dockerfile

* fix tests

* fix tests in CI

* fix task tests

* implement retries

* improve config

* workaround to avoid running singlefile tasks in parallel

* properly kill single-file sub-processes

* use period task for HTML snapshots

* clear task lock when starting task consumer

* remove obsolete cleanup task command
2024-04-07 11:11:14 +02:00
..
__init__.py Implement add bookmark route 2019-06-28 19:37:41 +02:00
bookmarks.py Archive snapshots of websites locally (#672) 2024-04-01 15:19:38 +02:00
exporter.py Add black code formatter 2024-01-27 11:29:16 +01:00
favicon_loader.py Add black code formatter 2024-01-27 11:29:16 +01:00
importer.py Add black code formatter 2024-01-27 11:29:16 +01:00
monolith.py Archive snapshots of websites locally (#672) 2024-04-01 15:19:38 +02:00
parser.py Add black code formatter 2024-01-27 11:29:16 +01:00
singlefile.py Replace django-background-tasks with huey (#657) 2024-04-07 11:11:14 +02:00
tags.py Add black code formatter 2024-01-27 11:29:16 +01:00
tasks.py Replace django-background-tasks with huey (#657) 2024-04-07 11:11:14 +02:00
wayback.py Add black code formatter 2024-01-27 11:29:16 +01:00
website_loader.py Add black code formatter 2024-01-27 11:29:16 +01:00