GearmanBundle icon indicating copy to clipboard operation
GearmanBundle copied to clipboard

GearmanBundle for Symfony2

Results 26 GearmanBundle issues
Sort by recently updated
recently updated
newest added

Hi guys :) Well, this Issue is not an issue at all, but a call for help. Some years ago I started this bundle, when Symfony 2.0 was a new...

Is there any reason for creating a new connection for each enqueued job or each try to get a jobstatus? 44340/562347 [===>----------------------------------------------] 7% Elapsed: 4 mins [pid 5732] connect(9, {sa_family=AF_INET,...

Workers should be defined from the bundle config, using `yml`, `xml` and `php`. We could define them using local workers, with same info as in annotations, and we could define...

improvement
documentation
tests

When starting with a default symfony project the swiftmailer is set-upped to use spool for sending out mails. https://github.com/symfony/symfony-standard/blob/7a885f1dcd2f5191f19470866aca9a472770ebcf/app/config/config.yml#L69 The spool is only flushed sent out on the [kernel terminate...

- added GearmanJobWrapper to support GearmanJob event emission - documentation enhanced

Is it possible to define the callable name of a job per annotation? We don´t want so long names for our queues especially we want to remove the "~" sign...

When running several jobs in parallel similar to [this](http://gearman.org/examples/multi-query/), the worker should be able to define a job-level timeout, and when that time is exceeded, mark the job as failed....

Solved problem in GearmanExecute service for PHP7.1+ just get it in 3.x version

I had to improve the library - to add signal handling support. Unfortunately, you've set some methods visibility to private. Is it possible to alter them being protected? I have...

In README is not displaying scrutinizer.ci score. Also no code coverage is being generated.