- Issue created by @joseph.olstad
- Status changed to Closed: works as designed
9 months ago 9:55am 8 February 2024 - 🇧🇪Belgium rp7
@joseph.olstad
There's no hook_cron() implementation because NRD 2.x does it processing through a queue worker. Queue workers are executed via Drupal's core cron & don't need a specific hook_cron() implementation.
I have no experience with Ultimate Cron myself, but going by the project description it has ways of configuring when queues are to be run. You'll have to look for the "node_revision_delete" queue.