Skip to content

Commit 4b5da19

Browse files
committed
About ibexa.cron.job and ibexa:activity-log:truncate
1 parent 39a3c38 commit 4b5da19

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

docs/getting_started/install_ibexa_dxp.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,9 @@ You should see the welcome page.
398398

399399
### Enable Date-based Publisher
400400

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`.
402404

403405
For example, to check for publishing every minute, add the following script:
404406

@@ -409,7 +411,7 @@ For 5-minute intervals:
409411
`echo '*/5 * * * * cd [path-to-ibexa-dxp]; php bin/console ibexa:cron:run --quiet --env=prod' > ibexa_cron.txt`
410412

411413
Next, append the new cron to user's crontab without destroying existing crons.
412-
Assuming the web server user data is `www-data`:
414+
Assuming the web server user is `www-data`:
413415

414416
`crontab -u www-data -l | cat - ibexa_cron.txt | crontab -u www-data -`
415417

@@ -421,6 +423,10 @@ Finally, remove the temporary file:
421423

422424
To make use of the [Link Manager](url_management.md#enabling-automatic-url-validation).
423425

426+
### Enable recent activity log truncation
427+
428+
To [control the log size](recent_activity.md#configuration-and-cronjob).
429+
424430
## [[= product_name_cloud =]]
425431

426432
If you want to host your application on [[= product_name_cloud =]], follow the [Ibexa Cloud](install_on_ibexa_cloud.md) procedure.

0 commit comments

Comments
 (0)