Skip to content

Commit

Permalink
update docs about workers
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Apr 20, 2024
1 parent 980c30a commit f2dc332
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/sec_self_hosting/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,19 @@ requirements.
pip install dcor_control
.. _selfhost_dcorext_worker:

Background workers
------------------
DCOR comes with three job queues `dcor-short`, `dcor-normal`, and `dcor-long`
for data processing after a resource is added to a dataset. The CKAN instance
populates those queues and CKAN workers (e.g. via `ckan jobs worker dcor-short`)
fetching and running the jobs in the background. The workers are run, like
ckan itself, via `supervisor` and are defined via individual configuration
files in `/etc/supervisor/conf.d`. When you run `dcor inspect` (see next
section), these files will be created with your approval.


.. _selfhost_dcorext_init:

Initialization
Expand Down

0 comments on commit f2dc332

Please sign in to comment.