You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered: