Static internalCircuit
internalCircuit: any = new Breaker(FetchWrapper, {timeout: 10000, // If our function takes longer than 10 seconds, trigger a failureerrorThresholdPercentage: 50, // When 50% of requests fail, trip the circuitresetTimeout: 30000 // After 30 seconds, try again.})