Nick Kotenberg
Nick Kotenberg
@jondubois I know this is kind of dirty and could be handled much better but I was thinking of something like this. What do you think? It seems to work....
@jondubois I'm writing a module to test it in our staging environment. I'll let you know as soon as I test it. Thanks!
@jondubois This is the module I'm going to test. ``` var DEFAULT_TIMEOUT = 50; var DEFAULT_NUM_OF_MESSAGE_PER_PASS = 100; module.exports = { attach:function(worker,options) { options = options || {}; var scServer...
@jondubois Just tested it with SCC, 1 BROKER, 1 STATE, 2 APP servers, 4 CLIENTS, and it only broadcasted 1 to each client. I'm pretty sure we're good to go....
@jondubois @toredash https://www.npmjs.com/package/sc-publish-out-queue
Ok, it's on our live production system at the moment. We have somewhere around 200 users who are constantly hitting the system with requests and I haven't seen any issues...
@jondubois I've published 0.2.1 which has those optimizations and an example in the sample folder with somewhat understandable instructions. Thanks!
@toredash no but it will keep the event loop from getting clogged. I'm not really sure how to make it more efficient. When I get a chance, I'll take a...
v8.11.2 It's on an EC2 instance. It's not running inside a container like docker. It's weird and really hard to diagnosis because it's so rare. Next time it happens, I'll...
Maybe something like `Attempted to connect to 'some DNS.com' or something like that.