stuphlabs / pullcord

A reverse proxy that allows scaling down a cloud service to zero servers without sacrificing (eventual) availability.
GNU Affero General Public License v3.0
4 stars 2 forks source link

Closes #195 - Switching to JIT passthru creation. #196

Closed proidiot closed 5 years ago

proidiot commented 5 years ago

Switching minmonitor to use just-in-time passthru creation. Previously there was passthru creation in the optional minmonitor constructor, but no passthru creation was occurring for the more common situation of JSON deserialization during the config process.

geekthattweaks commented 5 years ago

Passthru changes look good to me.