0.5.0 • Published 3 years ago

codev-jrwest-cleaning-batch v0.5.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
3 years ago

Batch VCORE Development

Description

  • Insertion of Transaction Data from VCORE API to AWS AURORA

PM2 DEPLOYMENT PROCESS

  • npm install -g pm2 to server/instance
  • clone this repo to server/instance
  • provide .env to the vcore batch process repository inside the server/instance
  • run pm2 start ecosystem.config.js to deploy the vcore batch process inside the server/instance
  • run pm2 ls to check if its online or errored
  • Useful command for PM2

  • pm2 logs = check logs of the running api
  • pm2 ls = check running api inside the server/instance