Hi,

I was wondering if there is a way to get notified by e-mail when the rule sets scheduling runs low: we us it to publish nodes daily and we would like to get notified if, for example, only 5 items are remaining so we can plan for new publication ?

Thanks in advance.

Comments

tr’s picture

Version: 6.x-1.3 » 7.x-2.x-dev
Issue summary: View changes
Status: Active » Fixed

This doesn't completely make sense - there is no way to know in advance how many nodes are going to be affected by your scheduled rule. There's no queue full of items waiting to be acted on.

If you want to know how many nodes are going to be affected, then you have to "ask" that question. You can do this by creating another rule which runs periodically, executes an fetch entity by property action (with property status=FALSE), or uses a VBO count query action, to count the number of unpublished nodes and send a notification if that is below/above some value.

Status: Fixed » Closed (fixed)

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