Jeff-Lewis / cls-hooked

cls-hooked : CLS using AsynWrap or async_hooks instead of async-listener for node 4.7+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Vishal-Tanawade opened this issue · comments

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...