Skip to content

Commit

Permalink
last bits
Browse files Browse the repository at this point in the history
  • Loading branch information
samwachspress committed Jun 20, 2021
1 parent 7688501 commit 6ada76c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
10 changes: 5 additions & 5 deletions app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ beta_settings:
cloud_sql_instances: andersen-lab:us-central1:cendr

runtime: custom
service: dev
service: default
env: flex
entrypoint: gunicorn -b :$PORT main:app
runtime_config:
Expand Down Expand Up @@ -36,15 +36,15 @@ resources:

liveness_check:
path: "/liveness_check"
check_interval_sec: 30
timeout_sec: 4
check_interval_sec: 60
timeout_sec: 10
failure_threshold: 2
success_threshold: 2

readiness_check:
path: "/readiness_check"
check_interval_sec: 5
timeout_sec: 4
check_interval_sec: 120
timeout_sec: 10
failure_threshold: 2
success_threshold: 2
app_start_timeout_sec: 300
7 changes: 7 additions & 0 deletions base/static/content/news/2021-06-20-Version-1.7.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#### v1.7.0a (2021-06-20)

* Major updates to site look and feel and user experience
* Introduction of a Genetic mapping tool for analyzing a single trait of interest using the NemaScan Nextflow Pipeline and Google Lifesciences
* Introduction of Strain Annotated Variant tool for browsing relationships between strains, genetic variants, and sequence consequences
* Users can now store and view their results from the Pairwise Indel Finder, Heritability Calculator, and Genetic Mapping analysis
* Multiple bugfixes and site architecture cleanup
2 changes: 1 addition & 1 deletion queue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ queue:
max_concurrent_requests: 1
rate: 0.01/s
retry_parameters:
task_retry_limit: 2
task_retry_limit: 1
min_backoff_seconds: 300
max_backoff_seconds: 3000

0 comments on commit 6ada76c

Please sign in to comment.