mirror of
https://github.com/flarum/core.git
synced 2025-07-19 07:41:22 +02:00
listen and restart currently fail in the queue, see #1879
This commit is contained in:
@@ -27,9 +27,9 @@ class QueueServiceProvider extends AbstractServiceProvider
|
||||
protected $commands = [
|
||||
Commands\FlushFailedCommand::class,
|
||||
Commands\ForgetFailedCommand::class,
|
||||
Commands\ListenCommand::class,
|
||||
// Commands\ListenCommand::class,
|
||||
Commands\ListFailedCommand::class,
|
||||
Commands\RestartCommand::class,
|
||||
// Commands\RestartCommand::class,
|
||||
Commands\RetryCommand::class,
|
||||
Commands\WorkCommand::class,
|
||||
];
|
||||
|
Reference in New Issue
Block a user