in autothrust.go [24:26]
func (f *AutoThrustFactory) NewThrottle(handlerToWrap http.Handler) http.Handler { return &AutoThrust{f.logger, handlerToWrap, sync.Map{}, f.defaultRetryTryAfterInSeconds} }