ISISComputingGroup / IBEX

Top level repository for IBEX stories
5 stars 2 forks source link

Web dashboard: Use only channel access for config data #6517

Open DominicOram opened 3 years ago

DominicOram commented 3 years ago

As a developer I would like to remove code that is rarely used and has broken in the past. As of https://github.com/ISISComputingGroup/IBEX/issues/6511 the web dashboard uses channel access to get the config information and only falls back on the blockserver's webserver if this fails. Provided it works we should just use channel access and remove the blockserver webserver, using a camonitor will also reduce the traffic on the webserver e.g. going some way to https://github.com/ISISComputingGroup/IBEX/issues/3635

Acceptance Criteria

JamesKingWork commented 3 years ago

Currently testing removing the use of the webserver on json bourne, want to see if it fixes our current issues where json bourne just stops running (for seemingly no apparent reason)