-
-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
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
PgsqlMutex does not support timeout. #16
Labels
Comments
I don't use postgresql and don't know how |
zhuravljov
added a commit
that referenced
this issue
Mar 26, 2017
Also, you can try to set |
Thanks for quick fix. So I've modified unserialize method in PhpSerializer:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm trying to use yii2-queue with postgres db. And I've got an error:
Exception 'yii\base\InvalidParamException' with message 'PgsqlMutex does not support timeout.'
Stack trace:
#0 /project/vendor/yiisoft/yii2/mutex/Mutex.php(72): yii\mutex\PgsqlMutex->acquireLock('zhuravljov\yii\...', 3)
#1 /project/vendor/zhuravljov/yii2-queue/src/db/Driver.php(128): yii\mutex\Mutex->acquire('zhuravljov\yii\...', 3)
#2 /project/vendor/zhuravljov/yii2-queue/src/db/Driver.php(102): zhuravljov\yii\queue\db\Driver->pop()
#3 /project/vendor/zhuravljov/yii2-queue/src/db/Command.php(30): zhuravljov\yii\queue\db\Driver->run()
The text was updated successfully, but these errors were encountered: