C
C
cryp242019-06-28 21:02:13
Laravel
cryp24, 2019-06-28 21:02:13

Is it possible to configure the startup sequence in sheduled laravel if several scripts are launched?

Is it possible to somehow specify in sheduled laravel that the second script is launched after the first one is executed, and the third one after the second one, if for example they have to be executed every 5 minutes?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
JhaoDa, 2019-06-28
@JhaoDa

No, the scheduler just runs commands and doesn't store any run history. You can look towards the hooks of the scheduler and the launch of a chain of tasks in the queue.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question