Enqueue controller action process

192 Views Asked by At

Symfony 2.8

Using https://github.com/j-guyon/CommandSchedulerBundle to manage periodic Command executions.

Each of these Command executions invokes an specific Service based on the Command arguments.

Being in the Services (all of them implementing the same Interface and extending an Abstract class), the plan is to create and execute sub-processes (asynchronously if possible)

Based in your experience, which will be the best way to deal with that sub-processes?

Cheers!

0

There are 0 best solutions below