mirror of
https://github.com/flarum/core.git
synced 2025-07-20 00:01:17 +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 = [
|
protected $commands = [
|
||||||
Commands\FlushFailedCommand::class,
|
Commands\FlushFailedCommand::class,
|
||||||
Commands\ForgetFailedCommand::class,
|
Commands\ForgetFailedCommand::class,
|
||||||
Commands\ListenCommand::class,
|
// Commands\ListenCommand::class,
|
||||||
Commands\ListFailedCommand::class,
|
Commands\ListFailedCommand::class,
|
||||||
Commands\RestartCommand::class,
|
// Commands\RestartCommand::class,
|
||||||
Commands\RetryCommand::class,
|
Commands\RetryCommand::class,
|
||||||
Commands\WorkCommand::class,
|
Commands\WorkCommand::class,
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user