Hi,
I'd like to be able to set cron rules to cron queues independently, like for module crons.
Fyi, Ultimate Cron does have this feature. But it does not support Drush as well as Elysia Cron.
Please let me know if I can help.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | Capture d'écran 2016-06-27 12.37.35.png | 121.09 KB | manu manu |
Comments
Comment #1
amonteroFYI: Cron queues support in EC does not implements hook_cron_queue_info's 'skip on cron' flag:
#2344935: EC does not honor 'skip on cron' parameter from hook_cron_queue_info
Comment #2
kala4ek@Emmanuel, please let me know if it still actual or not.
Comment #3
amonteroSince EC already knows about crontab syntax, it would be an awesome feature. I would be intrested in it, indeed.
Comment #4
manu manuHi @kala4ek,
I didn't had a chance to test #2344935, so I will rely on your judgment..
I will try the latest release on my next D7 project (if any?) and will reopen or create a new issue if needed ;-)
Thanks
Comment #5
kala4ekComment #6
amonteroAs far as I understand the OP feature request, it is not possible as of now to configure individual queue scheduling. It would be an awesome feature to specify crontab-syntax allowed run schedules for the site defined queues, as it is done now for defined hook_cron()'s.
Reopening in order to clarify the OP original's intention.
Comment #7
manu manu@amontero is right, I was talking about a cron task/queue level scheduling functionality, see the attached screenshot.
Comment #8
amonteroComment #9
andrezstar commentedThe 'worker callback' of a queue wont ever be called from hook_cronapi it seems :\
Comment #10
kala4ek