We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Succesfully run a heavy job (about 10-20 mins)
Job is released (row is deleted from DB table)
yii\db\Exception: Packets out of order. Expected 1 received 0 at this point https://github.com/yiisoft/yii2-queue/blob/master/src/drivers/db/Queue.php#L226
yii\db\Exception: Packets out of order. Expected 1 received 0
Also after this error Yii2 Queue is trying to execute the job once again though canRetry() method always return false.
canRetry()
false
The text was updated successfully, but these errors were encountered:
Hi, i have the same problem, if you found a solution, can you write here? i do not undestand how to fix that, Thanks
Sorry, something went wrong.
@Simone-98 no I didn't figure out a solution. You can try to use a different Queue driver
No branches or pull requests
What steps will reproduce the problem?
Succesfully run a heavy job (about 10-20 mins)
What's expected?
Job is released (row is deleted from DB table)
What do you get instead?
yii\db\Exception: Packets out of order. Expected 1 received 0
at this pointhttps://github.com/yiisoft/yii2-queue/blob/master/src/drivers/db/Queue.php#L226
Also after this error Yii2 Queue is trying to execute the job once again though
canRetry()
method always returnfalse
.Additional info
The text was updated successfully, but these errors were encountered: