Skip to content

Commit

Permalink
Issue #3: Switch image style warmer to queue:process, shows remaining #.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambient-Impact committed Jul 15, 2023
1 parent 47c7a16 commit 5fd7b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .do/run-background-tasks.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// Every 5 minutes, process jobs from the image style warmer.
$loop->addPeriodicTimer(300, function() use ($drush): void {
(new WorkerProcess(
$drush . ' queue:run image_style_warmer_pregenerator --verbose'
$drush . ' queue:process image_style_warmer_pregenerator'
))->start();
});

Expand Down

0 comments on commit 5fd7b77

Please sign in to comment.