Skip to content

Commit

Permalink
Merge pull request #594 from kids-first/increase-timeout
Browse files Browse the repository at this point in the history
🔧 Increase timeout for Cavatica tasks
  • Loading branch information
dankolbman authored Mar 3, 2021
2 parents c4a803a + 0897d70 commit 713c4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion creator/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def traces_sampler(sampling_context):
"HOST": redis_host,
"PORT": redis_port,
"DB": 0,
"DEFAULT_TIMEOUT": 60,
"DEFAULT_TIMEOUT": 300,
"SSL": redis_ssl,
},
"dataservice": {
Expand Down

0 comments on commit 713c4c0

Please sign in to comment.