|
|
|
|
|
by ashchristopher
4795 days ago
|
|
Basically if you modify data in a transaction, add a task to the queue that relies on that data, and the worker pulls the task off the queue BEFORE the transaction is committed, then the task tries to access data that doesn't exist in the database yet. |
|