You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redis Driver & Version: predis/phpredis (How do I check in forge? Not in composer.json) Redis version: 5.0.7
Database Driver & Version: mysql 8.0.21
Description:
When queueing jobs with a model, the queued job model id becomes 0 which resulted in the actual queued job not being able to be processed.
It doesn't happen all the time, but it happened frequently enough to become a problem for me. This happened right after I upgraded Laravel to 9.43.0. Previously it was working 100% of the time
Steps To Reproduce:
I merely queue it the normal way.
app(SendTelegramMessage::class)
->dispatch($log);
I have no idea how to troubleshoot further as it's not happening all the time.
Any help/clues will be greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered:
Description:
When queueing jobs with a model, the queued job model id becomes 0 which resulted in the actual queued job not being able to be processed.
It doesn't happen all the time, but it happened frequently enough to become a problem for me. This happened right after I upgraded Laravel to 9.43.0. Previously it was working 100% of the time
Steps To Reproduce:
I merely queue it the normal way.
I have no idea how to troubleshoot further as it's not happening all the time.
Any help/clues will be greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered: