Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The Symfony Process Component (seeĀ http://symfony.com/doc/current/components/process.html) allows to manipulate processes with ease, which includes, but not limited to:

  • create new process
  • running processes in parallel
  • getting error output of the process
  • getting exit code of the process
  • get output from process in real time (useful for long running commands)

One side effect from is increasing In-Portal minimal needed version from 5.3.2 to 5.3.9 because the mentioned component needs this.

Related Tasks

INP-1484 - Getting issue details... STATUS

  • No labels