Quantcast
Channel: Laravel Job fail issue - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by PtrTon for Laravel Job fail issue

The way a Laravel job knows if a jobs has failed is one of the following two: A job throws an exception which is NOT caught, resulting in the command failing with a big red text in the cli. (e.g. throw...

View Article



Laravel Job fail issue

I need queue job to re-run if it failed. I set $tries = 3 but I need to know if in job I catch exception is this will be considered as filed job and will be re-run?

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images