ekster/cmd/eksterd
Peter Stuifzand c9543e7a83
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
Problem: feeds are fetched every hour and haven't changed, or have changed often
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.
2022-04-16 14:55:22 +02:00
..
db/migrations Problem: feeds are fetched every hour and haven't changed, or have changed often 2022-04-16 14:55:22 +02:00
templates Problem: templates are not used 2021-11-20 23:27:06 +01:00
app.go Problem: licenses in files are not regular 2021-11-20 22:26:39 +01:00
auth.go Problem: licenses in files are not regular 2021-11-20 22:26:39 +01:00
http.go Problem: licenses in files are not regular 2021-11-20 22:26:39 +01:00
hubbackend.go Problem: feeds are fetched every hour and haven't changed, or have changed often 2022-04-16 14:55:22 +02:00
incoming.go Problem: licenses in files are not regular 2021-11-20 22:26:39 +01:00
main.go Problem: licenses in files are not regular 2021-11-20 22:26:39 +01:00
memory_test.go Problem: licenses in files are not regular 2021-11-20 22:26:39 +01:00
memory.go Problem: feeds are fetched every hour and haven't changed, or have changed often 2022-04-16 14:55:22 +02:00
micropub.go Problem: feeds are fetched every hour and haven't changed, or have changed often 2022-04-16 14:55:22 +02:00
search.go Problem: licenses in files are not regular 2021-11-20 22:26:39 +01:00