As documented in hook_cron_queue_info , EC should skip queues with 'skip on cron' flag set.
This is already done on drupal_cron_run since Drupal 7.25 (#2136369: Provide a way to avoid processing a queue during cron execution).

CommentFileSizeAuthor
#1 2344935-1_skip_on_cron_parameter.patch896 bytesomiras

Comments

omiras’s picture

StatusFileSize
new896 bytes

I created a patch to fix this issue. It is essentially a copy from common.inc where 'skip on cron' parameter is checked.

omiras’s picture

Issue summary: View changes
Status: Active » Needs review
amontero’s picture

Version: 7.x-2.1 » 7.x-2.x-dev
Status: Needs review » Reviewed & tested by the community

Patch works as expected. Thank you very much!!!
Now EC completely mimics Drupal's cron queue processing.

omarlopesino’s picture

Patch #1 worked for me! Thanks!

pingevt’s picture

This worked for me as well

marcin maruszewski’s picture

Patch #1 also worked for me! Thank You! I hope this issue will be fixed in next release!

kala4ek’s picture

Status: Reviewed & tested by the community » Fixed

Committed to latest dev, with small changes.

  • kala4ek committed 62be8aa on 7.x-2.x authored by gachan
    Issue #2344935 by gachan, amontero, kala4ek: EC does not honor 'skip on...
kala4ek’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.