ankurpiyush26 / pubsubhubbub

Automatically exported from code.google.com/p/pubsubhubbub
Other
1 stars 0 forks source link

Clean up expired leases every 60 seconds #89

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now leases are only removed/reconfirmed once per day. We should
really be doing this multiple times a day, or every 60 seconds ("as it
happens").

Original issue reported on code.google.com by bslatkin on 19 Oct 2009 at 1:11

GoogleCodeExporter commented 9 years ago
I'm closing this issue now that the new reconfirmation mapper is in. That will 
do the bulk of these auto-refreshing checks every day once deployed. The rest 
of the "expire as it happens" behavior will be addressed in issue 123

Original comment by bslatkin on 6 Nov 2010 at 1:13