Chris Boulton
Chris Boulton
I'm 50/50 on if I consider this a bug, or a feature enhancement - it was just somewhat unexpected because it wasn't super spelled out in the documentation. For a...
#### Pull Request (PR) description Allows for PHP FPM pool settings to be configured as environment variables (`pm_max_children => '${PM_MAX_CHILDREN}'`) in addition to their existing typed formats. I debated about...
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: Any - Ruby: Any - Distribution: Any - Module version: 8.0+ ## How to reproduce (e.g Puppet code you use)...
We noticed that during crash recovery the configurable retry settings (count and delay) were not respected. I wasn't sure if there was a reason for this, but if not this...
_Updated pull request that contains alignment fixes, unit tests and usage instructions. Strangely I wasn't able to append the pull request to the existing one._ It'd be incredibly useful to...
I'm opening this to track a discussion we had tonight after I uncovered some issues at @bigcommerce earlier tonight while looking at our use of Resque. It looks like for...
php-resque behaves differently to the Ruby equivalent in that it currently instantiated job classes when running jobs(e.g `$job = new $jobName(); $job->perform()`). It also has `setUp` and `tearDown` methods which...