Skip to content
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.

cloud-gov/cf-go-cron

Repository files navigation

Cloud Foundry Go Cron App

An application for running cron jobs in a Cloud Foundry app.

Usage

Create a cron-tab.yaml cp cron-tab.yaml.example cron-tab.yaml

Declare jobs in the following format

jobs:
  - name: Job name 1
    schedule: "* * * * * *"
    command: "echo Hello World!"
  - name: Job name 2
    schedule: "*/1 * * * * *"
    command: "echo Hello World!"
  - name: Job name 3
    schedule: "*/3 * * * * *"
    command: "echo Hello World!"

Push to Cloud Foundry cf push

About

[DEPRECATED] A golang version of cf-cron

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages