Skip to content

Commit

Permalink
docs(pelican): Order steps in chronological order
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Aug 11, 2023
1 parent a4d19b8 commit 0eeee8e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/use/pelican.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,10 @@ After a few seconds, you should see your report being processed at https://pelic

`Pelican frontend's web API documentation <https://pelican.open-contracting.org/api/swagger-ui/>`__

Delete a report
---------------

Once you no longer need a report, remember to delete it, replacing ``1`` with its ID:

.. code-block:: bash
Check on progress
-----------------

curl -n -X DELETE https://pelican.open-contracting.org/api/datasets/1/
https://pelican.open-contracting.org indicates the status of reports. In general, this is sufficient. However, you can use the RabbitMQ management interface to check that work isn't stuck, :ref:`like for Kingfisher Process<kingfisher-process-rabbitmq>`, instead reading the ``pelican_backend_`` rows.

Read and export a report
------------------------
Expand All @@ -48,7 +44,11 @@ To `export a report <https://pelican-frontend.readthedocs.io/en/latest/export.ht
- Main template ID: ``1jSGZKNJP6wBVPwi3JsvdkZ9FSpUwrK2SJxZoQQuJdnM`` to use `this template <https://docs.google.com/document/d/1jSGZKNJP6wBVPwi3JsvdkZ9FSpUwrK2SJxZoQQuJdnM/edit>`__. To use another template, share it with [email protected].
- Export folder ID: ``1ZVwf9cr29E4uCuWaVRiQLJI7_ejE00h3`` to use `this folder <https://drive.google.com/drive/folders/1ZVwf9cr29E4uCuWaVRiQLJI7_ejE00h3>`__. To use another folder, share it with [email protected].

Check on progress
-----------------
Delete a report
---------------

https://pelican.open-contracting.org indicates the status of reports. In general, this is sufficient. However, you can use the RabbitMQ management interface to check that work isn't stuck, :ref:`like for Kingfisher Process<kingfisher-process-rabbitmq>`, instead reading the ``pelican_backend_`` rows.
Once you no longer need a report, remember to delete it, replacing ``1`` with its ID:

.. code-block:: bash
curl -n -X DELETE https://pelican.open-contracting.org/api/datasets/1/

0 comments on commit 0eeee8e

Please sign in to comment.