You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting_started/install_ibexa_dxp.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -398,7 +398,9 @@ You should see the welcome page.
398
398
399
399
### Enable Date-based Publisher
400
400
401
-
To enable delayed publishing of Content using the Date-based Publisher, you must set up cron to run the `bin/console ibexa:scheduled:run` command periodically.
401
+
To enable delayed publishing of content items using the Date-based Publisher, you must set up cron to run the `ibexa:scheduled:run` command periodically.
402
+
This command service is tagged `ibexa.cron.job`.
403
+
The `ibexa:cron:run` executes all service commands tagged `ibexa.cron.job`.
402
404
403
405
For example, to check for publishing every minute, add the following script:
0 commit comments