Task is created 3 times when using queue

Created on 4 March 2024, 4 months ago
Updated 6 March 2024, 4 months ago

Problem/Motivation

One hugely powerful feature of ECA when using it to run AI, is its ability to "enqueue tasks with a delay", which puts them in Drupal's queue, and then the option of distributing those tasks as illustrated in the attached screenshots:

When this model executes, the interpolation task is added three times to the queue. I have installed the Queue unique module β†’ and to my settings.php added the following, which does not seem to work/ affect the eca queue.

$settings['eca_task'] = 'queue_unique.database';
$settings['eca_task:ecaone'] = 'queue_unique.database';

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ΉπŸ‡­Thailand AlfTheCat

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

Comments & Activities

Production build 0.69.0 2024