UM-Bridge / umbridge

UM-Bridge (the UQ and Model Bridge) provides a unified interface for numerical models that is accessible from virtually any programming language or framework.
https://um-bridge-benchmarks.readthedocs.io/en/docs/
MIT License
33 stars 14 forks source link

Initialize hyperqueue and its allocation queue only once #46

Closed linusseelinger closed 10 months ago

linusseelinger commented 10 months ago

Start hyperqueue server and initalize alloc queue only once at load balancer start. Previously happened once to get model names, and then once per model name.

Fixed #40 .