archivebox.progressmonitor.views

Module Contents

Functions

progress_endpoint

Return the canonical same-origin progress endpoint for monitor embeds.

_live_progress_plugin_names

live_progress_view

Simple JSON endpoint for live progress status - used by admin progress monitor.

API

archivebox.progressmonitor.views.progress_endpoint(scope: Literal[crawl, snapshot] | None = None, object_id: object | None = None) str[source]

Return the canonical same-origin progress endpoint for monitor embeds.

archivebox.progressmonitor.views._live_progress_plugin_names() tuple[frozenset[str], frozenset[str]][source]
archivebox.progressmonitor.views.live_progress_view(request)[source]

Simple JSON endpoint for live progress status - used by admin progress monitor.