I have a NodeJS app that runs as a process and that executes a task every 15 minutes using node-schedule. We first need a manifest.yml file that contains: — applications: – name: APP-NAME buildpack: nodejs_buildpack no-route: true health-check-type: process env: OPTIMIZE_MEMORY: true The no-route parameter is true so that we don’t get a route assigned, […]
Deploy a PCF NodeJS app as a scheduled task
- Auteur de la publication Par Aymeric
- Date de publication
- Catégories Dans Application, Debug, English, Niveau expert
- Aucun commentaire sur Deploy a PCF NodeJS app as a scheduled task