mirror of
https://github.com/flarum/framework.git
synced 2025-02-06 11:39:28 +08:00
listen and restart currently fail in the queue, see #1879
This commit is contained in:
parent
405cc7b56e
commit
22f3c82e9a
|
@ -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,
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue
Block a user