When `2.0.1` is deployed, I (correctly) see: ``` Init: 2/50/300 ``` https://github.com/grabnerandi/simplenodeservice/blob/8c0c4258786d7ea334008452e9f42f07f48e9991/app.js#L95 So failure rate for the `/invoke` endpoint = 50% However, when I deploy `2.0.2`, I see: ``` Init: 2/0/600 ```
When
2.0.1is deployed, I (correctly) see:simplenodeservice/app.js
Line 95 in 8c0c425
So failure rate for the
/invokeendpoint = 50%However, when I deploy
2.0.2, I see: