Jason Marshall
Jason Marshall
@markstos you sure about that? If you unroll their code they are running: ``` config.util.setModuleDefaults('myModule', defaults); const apple = config.get('myModule.apple'); config.util.setModuleDefaults('myModule', defaults); const apple = config.get('myModule.apple'); ``` Which I'm pretty...
That's the problem with coming from statsd. You can chew on data points like candy. In a candy factory. At least 400 data points, with distinct labels per point (1-20,...
clarification: not 10-20% of one core, 10-20% of *all* cores.
If you look at the data exported by OTLP (as opposed to prometheus), there are timestamps on the data. I don't see any reason why a single push could not...
This is a terrible way to run a bug database.
@danopia If I understand your issue, I have maybe the reverse problem of you, where my high res values are rather limited and the low res ones add up to...
Let's say I start with piscina at the top level instead of the cluster module, now all of my Koa/Express/Nest instances are running as workers. And let's say I want...
the cluster module is fairly averse to the idea of swapping the LB algorithm. Having that in piscina would be another 'pro' for switching for at least some of us....
I poked at the code, and it bears a very passing resemblance to a problem I'm solving at work with a memory leak in a caching system that is not...