How do I configure this module to work with Redis ?

Created on 27 July 2022, about 2 years ago
Updated 8 July 2023, about 1 year ago

Problem/Motivation

I have another app on my network that utilizes a Redis queue. I "think" I can use this module to hook up my drupal instance so both apps can share the same Redis queue.

I am not sure how to go about doing this. I can see that I can define queues, but I don't see how I can tie this to redis. Is there any documentation or a Howto guide on a backend plug-in that I need to build?

<?php
<strong><em><del></del></em></strong>
?>

Steps to reproduce

None.

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

💬 Support request
Status

Fixed

Component

Code

Created by

🇨🇦Canada Dhammika

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇫🇷France fgm Paris, France

    As @jsacksick hinted, you do not. This is not something that can be done with configuration because much of the logic in this module, especially the Views UI, is designed around the fact that it can use the underyling database.

    You can use alternate backends by implementing a class implementing Drupal\advancedqueue\Plugin\AdvancedQueue\Backend\BackendInterface, most easily by extending Drupal\advancedqueue\Plugin\AdvancedQueue\Backend\BackendBase, but that is not configuration, and it still will not be providing Views integration because Views needs SQL (hint: look into Drupal\advancedqueue\Plugin\views\argument_validator\QueueBackend::validateArgument().

  • Automatically closed - issue fixed for 2 weeks with no activity.

Production build 0.71.5 2024