Skip to content

Commit 83ada4d

Browse files
committed
fix(occ): remove unused interval option
The implementation for the --interval option in occ background-job:worker has been removed a year ago. This commit cleans up the option itself to avoid confusion. Signed-off-by: Salvatore Martire <[email protected]>
1 parent 89b20c1 commit 83ada4d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

core/Command/Background/JobWorker.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@ protected function configure(): void {
4545
InputOption::VALUE_NONE,
4646
'Only execute the worker once (as a regular cron execution would do it)'
4747
)
48-
->addOption(
49-
'interval',
50-
'i',
51-
InputOption::VALUE_OPTIONAL,
52-
'Interval in seconds in which the worker should repeat already processed jobs (set to 0 for no repeat)',
53-
5
54-
)
5548
->addOption(
5649
'stop_after',
5750
't',

0 commit comments

Comments
 (0)