diff options
-rw-r--r-- | core/Command/Background/JobWorker.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/core/Command/Background/JobWorker.php b/core/Command/Background/JobWorker.php index 8289021887b..ca55a203f14 100644 --- a/core/Command/Background/JobWorker.php +++ b/core/Command/Background/JobWorker.php @@ -46,13 +46,6 @@ class JobWorker extends JobBase { 'Only execute the worker once (as a regular cron execution would do it)' ) ->addOption( - 'interval', - 'i', - InputOption::VALUE_OPTIONAL, - 'Interval in seconds in which the worker should repeat already processed jobs (set to 0 for no repeat)', - 5 - ) - ->addOption( 'stop_after', 't', InputOption::VALUE_OPTIONAL, |