mirror of
https://github.com/flarum/framework.git
synced 2025-03-15 00:05:12 +08:00
listen and restart currently fail in the queue, see #1879
This commit is contained in:
parent
0a32a96207
commit
5a03cd865a
@ -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…
x
Reference in New Issue
Block a user