archivebox.workers.tasks

Module Contents

Functions

db_task_with_parent

Decorator for db_task that sets the parent task for the db_task

bg_add

bg_archive_links

bg_archive_link

bg_archive_snapshot

API

archivebox.workers.tasks.db_task_with_parent(func)[source]

Decorator for db_task that sets the parent task for the db_task

archivebox.workers.tasks.bg_add(add_kwargs, task=None, parent_task_id=None)[source]
archivebox.workers.tasks.bg_archive_snapshot(snapshot, overwrite=False, methods=None, task=None, parent_task_id=None)[source]