Histogram bucket feed polling #11
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "histogram-buckets-feed-polling"
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?
Solution: implement histogram buckets for feed polling
The feeds are now implemented in tiers. The tier is the bucket the feed
is in. To calculate the minutes to wait for when to fetch the next feed,
you add
2^tier
minutes to the current time.The feeds to fetch are filter by this time.
Problem: feeds are fetched every hour and haven't changed, or have changed oftento Histogram bucket feed polling