{
  "apps": [
    {
      "name": "sativa-zone-queue",
      "script": "php",
      "args": "artisan queue:work --tries=3",
      "exec_mode": "fork",
      "autorestart": true,
      "watch": false
    },
    {
      "name": "sativa-zone-scheduler",
      "script": "php",
      "args": "artisan schedule:run",
      "exec_mode": "fork",
      "autorestart": true,
      "watch": false,
      "cron_restart": "* * * * *"
    }
  ]
}
