Skip to content

Commit

Permalink
Increase materialized view timeout to 6 hours (#3133)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmanjunath authored May 20, 2022
1 parent c07b6f9 commit 398ab7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discovery-provider/src/tasks/index_materialized_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

logger = logging.getLogger(__name__)

DEFAULT_UPDATE_TIMEOUT = 60 * 30 # 30 minutes
DEFAULT_UPDATE_TIMEOUT = 60 * 60 * 6 # 6 hours


def update_views(self, db):
Expand Down

0 comments on commit 398ab7c

Please sign in to comment.