Is it possible to bypass the intelligent mechanism to fetch feed and set an arbitrary interval, say 24 hours, for feeds to be fetched?

I have tried modifying functions “get_next_scheduled_update” and “set_next_scheduled_update” in models.py, but the scheduler then behaves rather funnily. Sometimes the “min_to_decay” field in the database was set to 1440 (24 hours) correctly, but sometimes it is shortened to 24 (24 minutes!). Since we fetch from google custom search and it is a pay-by-call service, this is using up our quota in like a month.

1 Like