A
A
ag0332020-05-26 15:03:41
Laravel
ag033, 2020-05-26 15:03:41

How can I make jobs run synchronously?

There are tasks performed in jobs, on the redis driver, now they are executed asynchronously. That is, one task that is the last in the queue, but in terms of execution time it works faster, and actually runs faster. This is necessary because the order of execution is very important, but installing a sync driver is also not an option, since the execution time for all tasks is very large.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Ukolov, 2020-05-26
@ag033

Use Job Chaining .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question