David Garcia
David Garcia
When I go to this URL resource `/resque/failed/list` I can see some failed jobs. However my Redis has more than 1 worker and I am not sure what is the...
When `PUSH` WebHook is sent to the WebHook URL then a batch of commits are queued. When we rebase a branch, all commits are queued and inspected again, one by...
Imagine PHPCI WebHook is called, and the code queues 3 inspections. Then the scheduled task begins with the 1st one (building x1 inspection + x2 inspections queued). Then we push...
Before submitting your issue, please make sure that you've checked all of the checkboxes below. - [x] You're running the [latest release](https://github.com/Block8/PHPCI/releases/latest) version of PHPCI. - [x] Ensure that you're...
Hello, I know the project is offering a `build` badge, but I think is more useful provide a set of badges, like: - `build` when composer and tests are able...
Hey there, I don’t see an option to create a new Fork from a repo that I am browsing. Wasn’t this feature built or am I just not seeing it?...
Good day, For some reason, my Monolog's configuration with Elasticsearch just works for every channel but for Doctrine. Other channels seem to work without errors. This `doctrine` channel error was...
Good day. I found this bundle quite useful, but I encountered a case where either I am unable to do it due to a lack of integration (and documentation) or...
Good day everyone, As I was trying to explain as part of the issue's title, using this bundle works fine on my local development environment, setting the `APP_ENV` to `dev`....
Hey there, When I try to install the vendor through Composer to my Symfony 4.2 project: ```bash composer require prooph/event-store-symfony-bundle ``` Then it throws an error due to the services...