Laravel Queue Job Reads Stale Data in Transaction: Fix
Originally published at recca0120.github.io
When dispatching a Job to a Queue inside a Transaction, the Job reads stale data.
Why the Job Gets Old Data
Setup: Laravel connected to a real database, Queue Driver using Redis, one User already in the da...
recca0120.hashnode.dev2 min read