Skip to content

Commit

Permalink
sync_user_details doens't really need a custom ttl (#4625)
Browse files Browse the repository at this point in the history
  • Loading branch information
Omer Lachish committed Feb 9, 2020
1 parent cee1a07 commit 5afc94c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion redash/tasks/schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def periodic_job_definitions():
{
"func": sync_user_details,
"timeout": 60,
"ttl": 45,
"interval": timedelta(minutes=1),
},
{"func": purge_failed_jobs, "interval": timedelta(days=1)},
Expand Down

0 comments on commit 5afc94c

Please sign in to comment.