Closed (fixed)
Project:
Ultimate Cron
Version:
8.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2017 at 22:43 UTC
Updated:
8 Dec 2024 at 09:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
damienmckennaFrom the POV of API completion, I suggest resolving this for 2.0-beta1.
Comment #3
robin.houtevelts commentedwtf, been looking at this for way too long.
Comment #4
berdirMost of those hooks don't exist onpurpose and should be removed, cron jobs are defined using in config entities, see #2744129: Document how to create cron jobs.
Comment #5
rgpublicOkay, first tentative attempt for a patch to move this issue forward.
Comment #6
simon georges commentedChanging status to "Needs review", as there is a patch.
Comment #8
vijaycs85If I understand this correctly, the task here is to remove those hooks getting fired (see attached for the usage list) and remove the
api.phpas it is not relevant anymore?Comment #11
sokru commentedMight be that code on
src/QueueSettings.phpis not used at all 🤔Comment #14
berdirAddressed my review, undid everything except removal of documented but unused hooks, merged. Cleaning up the settings plugins is not in scope, that's just all dead code.