SlmQueueDoctrine icon indicating copy to clipboard operation
SlmQueueDoctrine copied to clipboard

Doctrine adapter for SlmQueue module

Results 7 SlmQueueDoctrine issues
Sort by recently updated
recently updated
newest added

While on development, it would be handy if the job queue reloads as soon as a file was changed (but only just after a job finishes obviously). Inspiration: https://github.com/spatie/laravel-horizon-watcher.

enhancement

Hi there Fetching the ObjectManager in `onClear` can never be negated since `ObjectManagerAwareInterface->getObjectManager()` can't return null. This should be wrapped in a try/catch [ClearObjectManagerStrategy](https://github.com/Webador/SlmQueueDoctrine/blob/master/src/Strategy/ClearObjectManagerStrategy.php#L36-L38)

There is currently no way to hook into an event that can tell you whenever a job failed reliably. When a job crashes / exits / dies during executing a...

enhancement

Once per week a cronjob creates puts approx. 2000 messages into the queue during one transaction in our system. We have 4 workers processing messages from this doctrine queue. Unfortunately,...

bug

This PR extends the DoctrineQueue to publish `scheduled` and `priority`. Previously only `id` got exposed to the outside world. My use-case is that I would like to add a strategy...

Sometimes it can happen, that script will allocate too much memory (eg. pdf generation) and then it throws uncatchable fatal error. SlmQueueDoctrine recovers those jobs and runs it over and...

See juriansluiman/SlmQueue#58. Commit would be the same like [this one](https://github.com/juriansluiman/SlmQueueBeanstalkd/commit/dac19e39a0fe4e3364381c23e862a0d39786949f) from SlmQueueBeanstalkd