Ben Meynell

Results 6 issues of Ben Meynell

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....

When defining servers in `app/config/config.yml` everything works as expected. However, if different settings exist in `app/config/config_prod.yml` the workers fail to communicate correctly with gearmand. In this case the workers display...

hotfix
issue
tests

There does not appear to be direct support for Solr's [Metrics API](https://lucene.apache.org/solr/guide/7_4/metrics-reporting.html#metrics-api). - Any past or present interest in this? - URI/handler is `admin/metrics`: Would the recommended implementation be that...

New feature

How would one, for example, dynamically override the `session.cookie_domain` parameter in FrameworkBundle based on the domain of the incoming request?

Currently, supported document properties are hard coded. Since the hard coded values are probably needed for everyone they have been kept intact but this PR allows for additional document properties...

Doctrine is required to install. It should not be. Url shortening should be decoupled from the rest of the bundle's features and should not require Doctrine.

enhancement