tmgmt_ec_etranslation_translation queue

Created on 21 February 2025, 3 months ago

Problem/Motivation

A cron job needs to run quite frequently. Module can create many queue items.

CallbackController::callback creates a queue item.
Is this necessary? Can we perform the action from TranslationQueueWorker::processItem during the callback request?
Is updating a job a heavy task that will slow down the request?

Proposed resolution

Remove the custom queue.
Create a service that will update the job.
Call the new service from CallbackController::callback.

📌 Task
Status

Active

Version

1.1

Component

Code

Created by

🇵🇱Poland alorenc Wolsztyn, 🇵🇱

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024