Hi,

Thanks for this wonderful module.

I am using views and computed cck. So I need a way to update(save) nodes frequently(To reflect changes). I know , using this module we can bulk update(save) nodes.

Is there a way, like on running cron, my nodes gets updated? Instead of manually submitting "save".

Comments

infojunkie’s picture

Category: feature » support

Not sure what you mean exactly but try Job queue module.

vikramy’s picture

Thanks for replying me back.

Well, I basically want "Save post (node_save_action)" to happen after every cron run.

infojunkie’s picture

Status: Active » Closed (won't fix)

I'm not aware of any module that lets you specify actions to be executed at each cron run. You could create a simple module that implements hook_cron() and that does this. I don't think VBO would be of help though.

vikramy’s picture

Thanks a lot .