
{
  "apps": [
    {
      "name": "Quick Ride - Queue pusher",
      "script": "artisan",
      "args": ["queue:work", "--queue=high,default"],
      "exec_mode": "fork",
      "interpreter": "php",
      "instances": 1
    }
  ]
}

