Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SQUIR-159] enable webhook consumer docs #1856

Open
wants to merge 1 commit into
base: 6.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions cloud_edition/flexibility_mode/docs/job_consumers_and_workers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://api.akeneo.com/events-reference/events-reference-6.0/products.html>`_):
.. 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:
Expand Down