Hi,
How can I run a job by script ?
Like this :
$entityManager->getEntity('jobs', id)->run() ?
Because I need run job after a action. (controller) .. and just one time.
Or another solution, can I job disable/inactive himself after execution ?
Regards
How can I run a job by script ?
Like this :
$entityManager->getEntity('jobs', id)->run() ?
Because I need run job after a action. (controller) .. and just one time.
Or another solution, can I job disable/inactive himself after execution ?
Regards
Comment