maxbrokman / SafeQueue

Laravel Doctrine friendly queue worker
MIT License
30 stars 28 forks source link

0.2-dev Failed jobs don't go into failed_jobs table #4

Closed maxbrokman closed 8 years ago

maxbrokman commented 8 years ago

Jobs that fail due to a timeout just go round and round beyond maximum tries. Not sure if this is an upstream issue or not.

maxbrokman commented 8 years ago

This is an upstream issue.

maxbrokman commented 8 years ago

See https://github.com/laravel/framework/issues/15317