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.

Comments

amontero’s picture

FYI: 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

kala4ek’s picture

Version: 7.x-2.0 » 7.x-2.x-dev

@Emmanuel, please let me know if it still actual or not.

amontero’s picture

Since EC already knows about crontab syntax, it would be an awesome feature. I would be intrested in it, indeed.

manu manu’s picture

Hi @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

kala4ek’s picture

Status: Active » Fixed
amontero’s picture

Status: Fixed » Active

As 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.

manu manu’s picture

StatusFileSize
new121.09 KB

@amontero is right, I was talking about a cron task/queue level scheduling functionality, see the attached screenshot.

amontero’s picture

Issue summary: View changes
andrezstar’s picture

The 'worker callback' of a queue wont ever be called from hook_cronapi it seems :\

kala4ek’s picture

Status: Active » Closed (won't fix)