Skip to content

Commit

Permalink
NGSTACK-842: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Jun 28, 2024
1 parent aefb59d commit a35218d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit a35218d

Please sign in to comment.