glowabio / geofresh

https://geofresh.org
GNU General Public License v3.0
0 stars 3 forks source link

environmental variable tables only update when all four queries finished #33

Open vanbremer opened 11 months ago

vanbremer commented 11 months ago

Both the result tables for the local and upstream environmental variables queries only update when all 4 queries have finished, instead of updating the first table (topo) when the first query returns. Results in a longer waiting time than necessary, especially for upstream query.

vanbremer commented 9 months ago

check if manually opening a new pool connection is possible to run all 4 queries in parallel

vanbremer commented 7 months ago

linked to #58