framework/src/Queue
Daniël Klabbers 641619e820
Fixes issue with the worker defaulting to the illuminate queue manager (#2481)
We are instantiating our own queue handling factory which returns the
flarum.queue.connection binding no matter what. The queue Worker and
other queue related code rely on this manager to get its thing going.
Therefor we need to re-use our own factory everywhere, including in
the worker.
2020-12-02 13:19:25 -05:00
..
Console Fixes the queue for beta 14 (#2363) 2020-10-09 16:06:28 -04:00
AbstractJob.php Notifications into the queue 2020-03-27 16:16:36 +01:00
ExceptionHandler.php Make queue error handler compatible with Laravel 6 (#2270) 2020-08-27 22:41:36 -04:00
Listener.php Apply fixes from StyleCI 2019-11-28 00:16:50 +00:00
QueueFactory.php Apply fixes from StyleCI 2019-11-28 00:16:50 +00:00
QueueServiceProvider.php Fixes issue with the worker defaulting to the illuminate queue manager (#2481) 2020-12-02 13:19:25 -05:00