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
When running php artisan queue: work --tries = 3, from the third job next to the error, because with each job run the mongo queue increments +1 in all jobs doing causing errors due to attempts (information incorrect). In my tests I had to run the jobs without the --tries parameter.