From d6e875ef9ea4819097faa4b004a6183ff1899ff5 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Fri, 1 Nov 2024 17:28:24 -0400 Subject: [PATCH] docs: Add tip about scrapy checkall, #353 --- docs/admin/siteadmin.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/admin/siteadmin.rst b/docs/admin/siteadmin.rst index 8ec0f52..ef51a55 100644 --- a/docs/admin/siteadmin.rst +++ b/docs/admin/siteadmin.rst @@ -298,6 +298,10 @@ A publication is frozen if the source is temporarily broken or otherwise unavail If the publication is no longer updated, or the spider is `removed from Kingfisher Collect `__, set the retrieval frequency to ``NEVER``, instead of freezing the publication. +.. tip:: + + To audit whether publications ought to be frozen, run `scrapy checkall `__ from Kingfisher Collect. + #. `Find the publication `__ #. Uncheck *Public*, to hide the publication #. Check *Frozen*, to stop jobs from being scheduled