
Database Timing Out or Not Persisting Changes on Laravel Chained Jobs
I ran into an issue with a Laravel application I was working on. The issue was related to a long running job. The job generally takes between 10 to 15 minutes to complete. Before the job kicked off we would change a value in the database to indicate the job was in progress – we’ll … Continued