Skip to main content

Run Worker in Backgound

tip

You must first install the PM2 package globally. You can see the full guide via the following link.

Starting in Backgound

You can start your Worker by running the following command:

jagotraffic start -b

or

jagotraffic start --background

Monitoring Logs

You can view your Worker logs by running the following command:

pm2 logs jagotraffic

# Or
pm2 monit
info

For more pm2 commands, you can see the complete guide via following link.