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.
1 parent 33dd152 commit 9ba4373Copy full SHA for 9ba4373
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