We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33dd152 + 9ba4373 commit 8ba9f1aCopy full SHA for 8ba9f1a
django_wtf/core/hacker_news_tasks.py
@@ -9,7 +9,7 @@
9
from .utils import log_action
10
11
12
-@app.task
+@app.task(soft_time_limit=30 * 60)
13
def index_hn_submissions():
14
# https://hacker-news.firebaseio.com/v0/topstories.json?print=pretty
15
client = superrequests.Session()
0 commit comments