forked from akeneo/pim-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AOB-729: How to launch Onboarder worker on Flex
- Loading branch information
Damien Carcel
committed
Oct 31, 2019
1 parent
90fb094
commit b369b84
Showing
3 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Ensure the Onboarder worker is always running | ||
============================================= | ||
|
||
You have to use Cron to ensure the worker is always running. For that, run the following command to edit the crontab: | ||
|
||
.. code-block:: bash | ||
crontab -e | ||
Then add the following line at the end of the crontab: | ||
|
||
.. code-block:: bash | ||
42 */2 * * * akeneo:synchronization:message:consumer --env=prod --retry-limit=5 --ttl=6900 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,4 @@ Flexibility Mode | |
docs/partners | ||
docs/system_components | ||
docs/disk_usage | ||
docs/onboarder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters