Skip to content

Latest commit

 

History

3 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

仓库 files navigation

cf-node-worker

Simple example of a node worker app in CloudFoundry v2.

Configuration

Use the PERIODIC_INTERVAL env var to control the interval (in seconds).

Deploying to CF

cf push <APPNAME> -p <PATH> --no-route

To set a 5 minute interval:

cf set-env <APPNAME> PERIODIC_INTERVAL 300

To see logs in real-time:

cf logs <APPNAME>

Or recent logs:

cf logs <APPNAME> --recent

关于

Simple example of a node worker app in CloudFoundry v2.

Resources

Stars

1 star

关注者

0 watching

复刻s

发布

贡献者

Languages