Skip to content

Commit 6a35ff0

Browse files
authored
update process manager documentation (#2155) (#2156)
1 parent 7a2c99f commit 6a35ff0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/source/publishing/ogcapi-processes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ The connection to a `MongoDB`_ instance must be provided in the configuration.
117117
`MongoDB`_ uses ``localhost`` and port ``27017`` by default. Jobs are stored in a collection named
118118
``job_manager_pygeoapi``.
119119

120+
.. note::
121+
122+
The ``job_manager_pygeoapi`` collection must exist in the MongoDB instance.
123+
120124
.. code-block:: yaml
121125
122126
server:
@@ -132,6 +136,10 @@ As another alternative to the default, a manager employing `PostgreSQL`_ can be
132136
The connection to a `PostgreSQL`_ database must be provided in the configuration.
133137
`PostgreSQL`_ uses ``localhost`` and port ``5432`` by default. Jobs are stored in a table named ``jobs``.
134138

139+
.. note::
140+
141+
The ``jobs`` table must exist in the PostgreSQL instance.
142+
135143
.. code-block:: yaml
136144
137145
server:

0 commit comments

Comments
 (0)