2019-03-29 02:50:47 +03:00
2019-03-29 01:39:52 +03:00
2019-03-27 15:07:42 +03:00
2019-03-29 02:50:47 +03:00
2019-03-28 18:02:02 +03:00
2019-03-27 15:07:42 +03:00
2019-03-28 18:02:02 +03:00
2019-03-29 01:40:08 +03:00

concron

Containerized cron. Golang native scheduler to run repeated command inside containers (Docker, k8s)

command-line

examples:

# run with config file 'tasks.yaml' located in current directory
concron -c tasks.yaml
# show options
concron -h

arguments:

-c <config file> : config file, YAML format
-h               : show help
-p <http port>   : http port for http server (default: 8080)
-debug           : show debug logs

http server endpoint

  • /healthz - health endpoint, returns code 200 with text OK. Useful for kubernetes pods ready/live probes.

config format

example:

see tasks.yaml

description:

in work...

Description
Cron sheduler for containerizer applications (in work)
Readme 47 KiB
Languages
Go 100%