SafeQueue
SafeQueue copied to clipboard
Laravel Doctrine friendly queue worker
Will you be adding support for Laravel 6?
Can I use this package with Laravel Horizon? How to start `doctrine:queue:work` using Laravel Horizon (Laravel 5.5 or 5.6)?
Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 3.2.4 to 3.4.36. Changelog *Sourced from [symfony/http-foundation's changelog](https://github.com/symfony/http-foundation/blob/master/CHANGELOG.md).* > CHANGELOG > ========= > > 5.1.0 > ----- > > * Deprecate `Response::create()`, `JsonResponse::create()`, > `RedirectResponse::create()`, and `StreamedResponse::create()`...
Adds support for multiple entity managers by resolving them via the ManagerRegistry.
In a situation where the worker fails to be able to communicate with it's job provider i.e. Redis it will fail with an exception. The only way to get it...
fixed incorrect option in the Usage section.
Making a small change so that the worker type hints the interface rather than the class. This is to support alternative implementations of the EM. (In my case I'm using...
doctrine:queue:work without --daemon is not restarting the core. So changes done to the jobs are not respected without restarting the worker, as work:listen would do.
Bumps [symfony/http-kernel](https://github.com/symfony/http-kernel) from 3.2.4 to 3.4.49. Changelog Sourced from symfony/http-kernel's changelog. CHANGELOG 6.2 Add constructor argument bool $handleAllThrowable to HttpKernel Add ControllerEvent::getAttributes() to handle attributes on controllers Add #[Cache] to...