Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
/ cg-task-example Public archive

This is an example of a one-off task that can be run on cloud.gov

License

Notifications You must be signed in to change notification settings

cloud-gov/cg-task-example

Repository files navigation

Running one-off tasks on cloud.gov

This is an example of a one-off task that can be run on cloud.gov. More on how to do this can be found in the docs.

Usage

To run this app locally, use npm install and npm start. To deploy to cloud.gov, use the instructions below:

~$ cf push -f manifest.yml --health-check-type none --no-route

When done, wait a few minutes for some log messages to show up, then check the logs:

~$ cf logs --recent task-runner

Clean up

Note, when done with the example, make sure you delete your app:

~$ cf delete task-runner

About

This is an example of a one-off task that can be run on cloud.gov

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published