luceos
I encountered problems that the queue atomatically stops by itself even i didn't use composer command.
I runphp flarum queue:work
and stay for long time to see what happened. For most of time it is processed. But I also noticed it will have Falied and KILLED after a very long running, just like this:
I am using the figuration as this one
return [
(new Blomstra\Redis\Extend\Redis([
'host' => '127.0.0.1',
'password' => null,
'port' => 6379,
'database' => 1,
]))
->useDatabaseWith('cache', 1)
->useDatabaseWith('queue', 2)
->useDatabaseWith('session', 3)
];
Not sure if it's the problem on Richembeds or ther things that I may did wrong. And I don't see anything in error logs that is related