Throttle Twitter posts #28

Open
opened 2017-01-28 13:20:13 -06:00 by mattbk · 4 comments
mattbk commented 2017-01-28 13:20:13 -06:00 (Migrated from github.com)

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

This is possible, but not with just feeds.
You'll have to implement some sort of queuing, that looks at previously published nodes to determine if the new group of nodes can be added to the feed yet, or if they need to wait.
You should be able to get this working with some clever rules and a few VBO views

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 > This is possible, but not with just feeds. > You'll have to implement some sort of queuing, that looks at previously published nodes to determine if the new group of nodes can be added to the feed yet, or if they need to wait. > You should be able to get this working with some clever rules and a few VBO views
mattbk commented 2017-02-27 10:07:37 -06:00 (Migrated from github.com)

I think https://www.drupal.org/project/rules_onceperday could be modified, should look at the code or any similar modules.

I think https://www.drupal.org/project/rules_onceperday could be modified, should look at the code or any similar modules.
mattbk commented 2017-11-22 15:21:08 -06:00 (Migrated from github.com)
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
mattbk commented 2017-11-22 15:23:51 -06:00 (Migrated from github.com)

Although recent use of Drafty may make this harder than simply publish/unpublish.

Although recent use of Drafty may make this harder than simply publish/unpublish.
mattbk commented 2019-08-28 22:53:13 -05:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: matt/npa#28
No description provided.