File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 157157# Number of polling feeds to fetch from the Datastore at a time.
158158BOOSTRAP_FEED_CHUNK_SIZE = 50
159159
160- # Maximum age in seconds of a failed EventToDeliver before it is cleaned up.
161- EVENT_CLEANUP_MAX_AGE_SECONDS = (10 * 24 * 60 * 60 ) # 10 days
162-
163- # How many completely failed EventToDeliver instances to clean up at a time.
164- EVENT_CLEANUP_CHUNK_SIZE = 50
165-
166160# How many old Subscription instances to clean up at a time.
167161SUBSCRIPTION_CLEANUP_CHUNK_SIZE = 100
168162
@@ -3541,7 +3535,6 @@ def main():
35413535 (r'/work/record_feeds' , RecordFeedHandler ),
35423536 # Periodic workers
35433537 (r'/work/poll_bootstrap' , PollBootstrapHandler ),
3544- (r'/work/event_cleanup' , EventCleanupHandler ),
35453538 (r'/work/subscription_cleanup' , SubscriptionCleanupHandler ),
35463539 (r'/work/reconfirm_subscriptions' , SubscriptionReconfirmHandler ),
35473540 (r'/work/cleanup_mapper' , CleanupMapperHandler ),
You can’t perform that action at this time.
0 commit comments