Skip to content

Commit

Permalink
docs: Add reminder about config
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jul 24, 2024
1 parent 1dde28a commit 38bcc34
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/contributing/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ To install an editable version for development, clone the repository, change to
Developer documentation
-----------------------

Configuration
~~~~~~~~~~~~~

Pass the ``config`` object to a class' ``__init__`` method, but don't store it on the instance (:issue:`526`).

Processes
~~~~~~~~~

Scrapyd starts Scrapy processes. It runs ``scrapy crawl`` in the :ref:`launcher`, and ``scrapy list`` in the :ref:`schedule.json` (to check the spider exists), :ref:`addversion.json` (to return the number of spiders) and :ref:`listspiders.json` (to return the names of spiders) webservices.

Environment variables
Expand Down

0 comments on commit 38bcc34

Please sign in to comment.