Simple scheduling for short-running Docker containers https://blog.iamthefij.com/2018/11/19/introducing-dockron-scheduling/
Go to file
IamTheFij 3c22782848 Add polling for changes from Docker 2018-08-02 18:56:02 -07:00
.gitignore Add Makefile and dependency management 2018-08-02 18:55:45 -07:00
Gopkg.lock Add Makefile and dependency management 2018-08-02 18:55:45 -07:00
Gopkg.toml Add Makefile and dependency management 2018-08-02 18:55:45 -07:00
LICENSE Initial commit 2018-08-01 15:54:55 +00:00
Makefile Add Makefile and dependency management 2018-08-02 18:55:45 -07:00
README.md Add polling for changes from Docker 2018-08-02 18:56:02 -07:00
main.go Add polling for changes from Docker 2018-08-02 18:56:02 -07:00

README.md

docker-batch-scheduler

WIP for a docker batch scheduler

Uses https://godoc.org/github.com/robfig/cron for cron expressions.

Sets schedules based on label cron.schedule="* * * * *"