Skip to content

Commit

Permalink
Merge pull request #243 from honeylogic-io/increase-tiemlimit-hn
Browse files Browse the repository at this point in the history
fix: increase time limit for indexing hn
  • Loading branch information
adinhodovic authored Jun 3, 2024
2 parents 33dd152 + 9ba4373 commit 8ba9f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_wtf/core/hacker_news_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .utils import log_action


@app.task
@app.task(soft_time_limit=30 * 60)
def index_hn_submissions():
# https://hacker-news.firebaseio.com/v0/topstories.json?print=pretty
client = superrequests.Session()
Expand Down

0 comments on commit 8ba9f1a

Please sign in to comment.