Radoslav Kirilov
Results
32
comments of
Radoslav Kirilov
> Also @smoke, did `injectLambdaPropagationContext` never work properly before? If it worked in some capacity, I was wondering if this should be labelled as a breaking change. It never worked,...
I have worked around this like that: ```typescript const promiseEnd = new Promise((r) => redisClient.once('end', r)); await redisClient.quit(); // abort waiting in 10s, just in case const promiseEndTimeout = new...