- Even when I stop supervisor and queue a job, the job gets executed
- The job fails and in the stacktrace the exception caught is OLD code. I modified a vendor file as part of debubbing another problem and the new verbiage for the exception (line 288). I changed the verbiage and moved the exeption to another line but it still shows line 288 in the failed jobs log
- Cleared all caches (opcode, config, route, view, Laravel, and composer caches).
- Restarted PHP-FPM.
- Restarted queue workers and supervisor.