bskiff
bskiff
We're also getting intermittent failures with OIDC. It's working the majority of the time though. I don't see any logs in AWS CloudTrail for an attempted OIDC login around the...
Thanks @congminh1254!
We pulled in the new version, and it's working! Thanks again @congminh1254!
I was guessing it might have something to do with the connection pool management in Jackpot, but I don't have any evidence to support that. I can try to get...
To elaborate on the issue I'm seeing, I have a Hapi server where I'm putting contextual information into CLS about a request so that it can be accessed at any...
It may also be helpful to note, that it appears some state within memcached gets reset after waiting several seconds: ``` javascript const {executionAsyncId} = require('async_hooks'); const Memcached = require('memcached');...
After doing a bit more experimentation, I'm now convinced that this is linked to the connection pool. It seems that unique executionAsyncIds are generated until the connection pool is full,...