From e2d9f78d513852bb2c4839e6a6640f49134af595 Mon Sep 17 00:00:00 2001 From: Petar Jakopec Date: Thu, 22 Aug 2024 14:59:09 +0200 Subject: [PATCH] NGSTACK-914 update docs for cron job command --- docs/reference/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/usage.rst b/docs/reference/usage.rst index cd3046a..ca0f8f6 100644 --- a/docs/reference/usage.rst +++ b/docs/reference/usage.rst @@ -39,4 +39,4 @@ 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. +For this mechanism to work how it was intended, this command should be set as cron job with ``--no-interaction`` option.