Roland Franssen :)
Roland Franssen :)
it should be noted references to component schema's are changed :angel: ```diff -$ref: '#/components/schemas/Entity:jsonld-EntityGroup' +$ref: '#/components/schemas/Entity.jsonld-EntityGroup' ```
would it be considerable to migrate to a symfony messenger transport for gearman: https://symfony.com/doc/current/messenger.html#transport-configuration see also https://packagist.org/packages/slickdeals/gearman-messenger
you mean https://symfony.com/doc/current/messenger/handler_results.html :)
maybe i'm oversimplifying it :sweat_smile: im not that much into infrastructural concerns. as a simple minded developer i only know dispatching command messages for async handlig, and dispatching query messages...
@mlocati commit https://github.com/php/pecl-networking-gearman/commit/7033013 works for us on 8.1, but `RUN install-php-extensions gearman-7033013` doesnt :( would be awesome if it's supported, or if you pin to commit 7033013 for the time...
For future referece, the working command is `RUN install-php-extensions php/pecl-networking-gearman@7033013a1e10add4edb3056a27d62bb4708e942b`
we gained 3m on build tests by adding `export XDEBUG_MODE=off` where needed thanks! :100:
little update, we disabled xdebug by default and enabled it when needed. I think it's the better approach, rather than disabling hardcoded.
> that's afaik the main (only?) use case for valuesObject for me it's avoiding yaml string in yaml > It shouldn't behave the same as the values string. if they...
@crenshaw-dev excuse my ignorance. You mean ArgoCD uses a different update method depending on `values` or `valuesObject`?