Hello.
Please forgive me my english.
I am learning Laravel,php,js.
Trying to use your async queue with laravel sheduler. (update DB every5minutes)
It's work! but in 10% of cases, 1 of 2 jobs just freeze and don't concludes.
In jobs-table that job change "attempts" = 0 from 1, freeze and don't update.
Try to search in web, logs, use exec -same 10%. No idea what is it.
Plz Help.
Use WIndows
Hello. Please forgive me my english. I am learning Laravel,php,js. Trying to use your async queue with laravel sheduler. (update DB every5minutes) It's work! but in 10% of cases, 1 of 2 jobs just freeze and don't concludes. In jobs-table that job change "attempts" = 0 from 1, freeze and don't update. Try to search in web, logs, use exec -same 10%. No idea what is it. Plz Help. Use WIndows
// Process:
// 1. App\Console\Kernel
//2. App\Jobs\Job1+Job2