Throttle Twitter posts #28
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal: To throttle node publication so IFTTT doesn't dump a bunch of tweets at a time if I've been updating a lot.
http://drupal.stackexchange.com/questions/226835/how-to-limit-throttle-speed-of-views-feed/226854#226854
I think https://www.drupal.org/project/rules_onceperday could be modified, should look at the code or any similar modules.
See also https://drupal.stackexchange.com/questions/96571/auto-publish-nodes-based-on-set-interval.
Links to https://stackoverflow.com/questions/16388792/how-to-create-a-drupal-rule-to-check-on-cron-a-date-field-and-if-passed-set-fi.
Also: http://ryanszrama.com/blog/07-03-2015/publishing-content-relative-dates-using-rules-drupal-7
Although recent use of Drafty may make this harder than simply publish/unpublish.
This popped into my head the other day and I was wondering if some sort of filter in the RSS feed view might do it. "Don't include nodes updated within the last fifteen minutes." or something like that. I don't remember how often the feed is updated (cron?), which probably matters.