Results 4 comments of VISHNU KT

@silverbucket pm2 was shutting down and restarting continuously while calling tha APIs using redis cache. This was only when pm2 was run inside docker in the development server. While pm2...

@silverbucket Did you find any hints on the issue?

> ```ts > function hack() { > Object.defineProperty((firebase as any).User, Symbol.hasInstance, { > value: (o: any): any => { return o != undefined && o != null; }, > configurable:...