mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Overriding time limit for archive feed fetch.
This commit is contained in:
parent
bd1da6bc93
commit
9759bda53a
1 changed files with 1 additions and 1 deletions
|
@ -611,7 +611,7 @@ class UserSubscription(models.Model):
|
|||
|
||||
search_chunks = [FetchArchiveFeedsChunk.s(feed_ids=feed_id_chunk,
|
||||
user_id=user_id
|
||||
).set(queue='search_indexer')
|
||||
).set(queue='search_indexer').set(time_limit=1500)
|
||||
for feed_id_chunk in feed_id_chunks]
|
||||
callback = FinishFetchArchiveFeeds.s(user_id=user_id,
|
||||
start_time=start_time,
|
||||
|
|
Loading…
Add table
Reference in a new issue