Skip to content

Commit

Permalink
Update scheduled.py (#2368)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvilanova authored Jul 20, 2022
1 parent b948813 commit 171f5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatch/task/scheduled.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@ def sync_active_stable_tasks(db_session: SessionLocal, project: Project):
)

incidents = active_incidents + stable_incidents
lookback = 60 * 5 # 5 min
lookback = 60 * 10 # 10 min
sync_tasks(db_session, task_plugin, incidents, lookback=lookback, notify=True)

0 comments on commit 171f5b7

Please sign in to comment.