Skip to content
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

Queue not compatible with pheanstalk 4 #357

Open
ouhman opened this issue Oct 28, 2019 · 9 comments
Open

Queue not compatible with pheanstalk 4 #357

ouhman opened this issue Oct 28, 2019 · 9 comments

Comments

@ouhman
Copy link

ouhman commented Oct 28, 2019

What steps will reproduce the problem?

composer require pda/pheanstalk

What's expected?

Application builds

What do you get instead?

Class 'Pheanstalk\PheanstalkInterface' not found
in vendor/yiisoft/yii2/di/Container.php:400

Additional info

Since I migrated to pheanstalk 4 queues don't seem to work anymore. Is that a known issue?

Q A
Yii version yiisoft/yii2 2.0.29
Yii queue yiisoft/yii2-queue 2.3.0
PHP version PHP 7.2.16
Operating system ubuntu
@samdark samdark added the type:bug Bug label Oct 29, 2019
@samdark
Copy link
Member

samdark commented Oct 29, 2019

It's not a known issue since pheanstalk isn't used much among community members. Looks like their public API changed.

@samdark
Copy link
Member

samdark commented Oct 29, 2019

Do you want to help fixing it?

@ouhman
Copy link
Author

ouhman commented Oct 29, 2019

I could try fixing it but it looks like it would require some changes to the yii2-queue project?

If yes I would be more than happy to submit a pull request.

@samdark
Copy link
Member

samdark commented Oct 29, 2019

Yes. Likely changes would be required. The thing to consider is that backwards compatibility should be kept.

@samdark
Copy link
Member

samdark commented Oct 29, 2019

Or... alternatively we can bump version to 2.4.0.

@ouhman
Copy link
Author

ouhman commented Oct 29, 2019

Alright thanks! Will dig into it, make sure it stays compatible and create a pull request :)

@samdark samdark added status:under development Someone is working on a pull request. and removed help wanted labels Oct 29, 2019
@vadim-bulochnik
Copy link

Alright thanks! Will dig into it, make sure it stays compatible and create a pull request :)

Just wondering if any progress here? :)

@samdark
Copy link
Member

samdark commented Apr 26, 2023

Doesn't look like there's any.

@ouhman
Copy link
Author

ouhman commented Apr 29, 2023

Alright thanks! Will dig into it, make sure it stays compatible and create a pull request :)

Just wondering if any progress here? :)

Hey, sorry I am lacking time and won't be able to do it.

@samdark samdark added help wanted and removed status:under development Someone is working on a pull request. labels May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants