From ea987604a377d15a678d5c90bee6a4f0d625a246 Mon Sep 17 00:00:00 2001 From: emoulson Date: Fri, 5 May 2023 16:31:12 -0400 Subject: [PATCH] [SQUIR-159] Update docs to be explicit about how to enable the webhook consumer its connection to events --- .../docs/job_consumers_and_workers.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/cloud_edition/flexibility_mode/docs/job_consumers_and_workers.rst b/cloud_edition/flexibility_mode/docs/job_consumers_and_workers.rst index b04c6fc5..86bddffa 100644 --- a/cloud_edition/flexibility_mode/docs/job_consumers_and_workers.rst +++ b/cloud_edition/flexibility_mode/docs/job_consumers_and_workers.rst @@ -74,6 +74,19 @@ Examples # Enable the consumer to be started automatically at instance boot up partners_systemctl pim_job_consumer@4 enable +- Enable the default PIM webhook consumer (which is required for the `Events API `_): + .. code-block:: bash + :linenos: + + # Start the consumer + partners_systemctl pim_webhook_consumer start + + # Enable the consumer to be started automatically when the instance restarts + partners_systemctl pim_webhook_consumer enable + + # Check the status to ensure the consumer is running and enabled + partners_systemctl pim_webhook_consumer status + - Remove an existing daemon (not possible on Akeneo default ones): .. code-block:: bash :linenos: