Learning a little about Bayesian models from Model-Based Machine Learning.
Identified cause of too many file handles being used when deploying using force
cli, the creation of a new http.Client
for each request when polling for
status.
Still need to figure out best solution. Using
sync.Once is apparently a
good solution for initializing singletons in Go.