Skip to content

Commit

Permalink
Merge pull request #489 from open-contracting/update-collect-steps-docs
Browse files Browse the repository at this point in the history
docs: update docs about kingfisher collect default steps
  • Loading branch information
yolile committed Apr 11, 2024
2 parents 4296f89 + 044f0b1 commit 99e6918
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/use/kingfisher-collect.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ To schedule a crawl, replace ``spider_name`` with a spider's name and ``NAME`` w
$ curl -n https://collect.kingfisher.open-contracting.org/schedule.json -d project=kingfisher -d spider=spider_name -d note="Started by NAME."
{"node_name": "ocp04", "status": "ok", "jobid": "6487ec79947edab326d6db28a2d86511e8247444"}
Kingfisher Collect, by default, instructs Kingfisher Process to run structural checks (slow) and create compiled releases. If you do not need to perform these steps:
Kingfisher Collect, by default, instructs Kingfisher Process to only create compiled releases. If you need something different:

- Skip structural checks, by adding ``-d steps=compile`` to the command
- Skip compiled releases, by adding ``-d steps=check`` to the command
- Skip both, by adding ``-d steps=``
- Also perform structural checks (slow), by adding ``-d steps=check,compile`` to the command
- Only perform structural checks (slow), by adding ``-d steps=check`` to the command
- Skip both, by adding ``-d steps=`` to the command

To cancel a crawl, replace ``JOBID`` with the job ID from the response or from Scrapyd's `jobs page <https://collect.kingfisher.open-contracting.org/jobs>`__:

Expand Down

0 comments on commit 99e6918

Please sign in to comment.