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