Richard W
Richard W
Hi If anything goes wrong in my tests, the plugin fails to run the stop commands. Is there anything that can we done about that? or is that the design?
We are running a system where subscriptions only need to be initialised. The subsequent new event listeners are just a drag on memory. Currently we place that logic on the...
The memory/cpu statistics from this lib look great, but I'm already running a prometheus scrape endpoint. Is it possible to point prom client at an already running prometheus client? Thanks!
When running pino-pretty with --hideObject, certain error log usages won't display the stack. failing example: ` logger.error({ err, msg: 'test fail' });` `[2021-07-27 20:36:01.671 +0000] ERROR (18750 on GB-UXS-TEST): unhandledRejection`...
Running this within nodejs fails with this error ` return rxjs_1.fromEvent(document, 'visibilitychange').pipe(operators_1.startWith(null), operators_1.switchMap(function () { ReferenceError: document is not defined at polling (/Users/83592/projects/metrics-emitter/node_modules/rx-polling/lib/index.js:27:29)` Will this always be a client side...
Hi! When logging http request / responses, these are just empty objects. Am I missing something with pino on how to use the iteraties on this?
Usage
Hi! I have a long running background process which I use to trigger subscriptions. This is also is the source of queries. If I use an output cache, the results...
Implement fixes mentioned in other threads [https://github.com/serverless/examples/issues/689](url) More to be added
Hi what strategy is implemented for pubsub.publish? eg 'at least once'? does this function have a timeout? can the promise be aborted safely from the client? thanks!