Jeff-Lewis / cls-hooked

cls-hooked : CLS using AsynWrap or async_hooks instead of async-listener for node 4.7+
BSD 2-Clause "Simplified" License
759 stars 89 forks source link

Cls-hooked destroyNameSpace not works as expected on dev server (Multi-tenant,Multi-User project using kubernets, Devops ) #77

Open Vishal-Tanawade opened 1 year ago

Vishal-Tanawade commented 1 year ago

I created namespace on one api call, and destroyed it on another api call it works fine on local machine. But on dev server(created using Azure Pipeline) which runs multiple projects on single pipeline and can be used by multiple user, it destroys namespace for all users, all projects so getting error. it should be different for different user. please solve this issue...