plantinformatics / pretzel

Javascript full-stack framework for Big Data visualisation and analysis
GNU General Public License v3.0
43 stars 13 forks source link

Monitor connectivity of blast search flask server #393

Open Don-Isdale opened 3 months ago

Don-Isdale commented 3 months ago

Purpose

Blast search is used to locate a DNA sequence in one of the genome reference databases which are installed on the Pretzel server. Ensuring connectivity to the flask server which implements the Blast search, and monitoring connectivity to report on disconnect, maintains a continuous service availability to the users, and provides timely information of a service being unavailable.


This is part of #377 Standardisation of Pretzel Deployment


Tasks