Skip to content

Commit 76c0ce9

Browse files
authored
Merge pull request #90 from lion-packages/refactoring
Extends time to get tasks in queue
2 parents d744283 + b94b4a5 commit 76c0ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LionBundle/Commands/Lion/Schedule/RunQueuedTasksCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
9494
if (NULL_VALUE === $json) {
9595
$output->writeln($this->infoOutput("\t>> SCHEDULE: no queued tasks available"));
9696

97-
$this->taskQueue->pause(2);
97+
$this->taskQueue->pause(60);
9898

9999
continue;
100100
}

0 commit comments

Comments
 (0)