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

Redis Queue does not implement $item::item_id / Queue Manager integration #175

Open
DiegoPino opened this issue Apr 22, 2022 · 0 comments
Open
Assignees
Labels
External Bug Some package, dependency needs some Pet Friendly Bug controll
Milestone

Comments

@DiegoPino
Copy link
Member

What?

This is not on use. We deliver Queue manager which is a great module. As we explore Redis also as a Queue manager (running on my local successfully for 2 weeks already) we might need to make a pull request to Queue manager project to avoid a warning we are getting.

Warning: Undefined property: stdClass::$item_id in Drupal\queue_ui\QueueUIBatch::step() (line 74 of /var/www/html/web/modules/contrib/queue_ui/src/QueueUIBatch.php)

Redis implements a ::$qid, so a simple ``??$item_id : $item->qid or similar should be enough. This might also be on the Redis Module to be fixed.

@DiegoPino DiegoPino added the External Bug Some package, dependency needs some Pet Friendly Bug controll label Apr 22, 2022
@DiegoPino DiegoPino added this to the 1.0.0 milestone Apr 22, 2022
@DiegoPino DiegoPino self-assigned this Apr 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
External Bug Some package, dependency needs some Pet Friendly Bug controll
Projects
None yet
Development

No branches or pull requests

1 participant