andreas-gruenwald

Results 5 issues of andreas-gruenwald

Currently commands that implement the Parallelization trait must be executed in ``bin/``. Example: ``cd ~/www/bin && bin/console pimcore:thumbnails:image --processes 1`` -> works. Example: ``cd ~www && ~/www/bin/console pimcore:thumbnails:image --processes 1``...

bug

If ``runTolerantSingleCommand()`` would be protected, then a custom error handling can be added for child processes.

enhancement

## Improvement Suggestions ### Error Handling in Child processes If in ``runSingleCommand()`` an exception is thrown, then currently the child process stops. Screenshot: ![image](https://user-images.githubusercontent.com/16687355/80687571-cae12100-8aca-11ea-87f1-b606dec14d3d.png) There is no out-of-the-box solution to...

enhancement

Right now, ``fetchItems()`` is only called once, which is fine. However, we also want to use the ParallelizationTrait to process queue alike structures, or at least do another run if...

enhancement

When running ``copilot init`` after ``aws configure`` one has to fight through many "not authorized" errors before the application actually can be deployed (SSM access, cloud formation access, etc.). Am...

type/documentation
type/request