process.on('uncaughtException', (err) => {
  if(err) logger.error(err)
  process.kill(process.pid, 'SIGTERM')
})