jhuapl-bio / Basestack

Basestack is a platform for rapid and real time analysis of NGS data. It provides a executable application that connects standard bionformatics tools to a user interface. It is usable on all major Linux distributions, Mac OS, and Windows 10 or later
https://basestackwebsite.readthedocs.io/en/latest/
GNU General Public License v3.0
26 stars 1 forks source link

Status Interval from Backend rather than Frontend #96

Closed Merritt-Brian closed 3 years ago

Merritt-Brian commented 3 years ago

Currently, the system till periodically send a single API call to the backend, where statuses are gathered e.g. Docker, configurations, and pipeline(s). It is better design practice for future server-based implementation to update all statuses purely from the backend, and send a single JSON/Object back to the frontend of status pings