From a35218df128603a92fbcca28f311133ebaac20ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20=C5=A0panja?= Date: Fri, 28 Jun 2024 07:19:31 +0200 Subject: [PATCH] NGSTACK-842: update docs --- docs/reference/usage.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/usage.rst b/docs/reference/usage.rst index a76f864..cd3046a 100644 --- a/docs/reference/usage.rst +++ b/docs/reference/usage.rst @@ -36,5 +36,7 @@ Bundle contains ``ScheduledVisibilityUpdateCommand`` that searches through configured content and, if necessary, updates its visibility. Command has a ``limit`` option that represents number of content objects to process in a single iteration. By default it is set to 1024. +The command also has a ``since`` option that limits processing to content items modified since the given number of days. +By default it is not set, which means all items will be processed. Command can be executed with: ``bin/console ngscheduledvisibility:update``. For this mechanism to work how it was intended, this command should be set as cron job.