dockerfiles/ndscheduler/README.md

503 B

ndscheduler

ndscheduler is a flexible python library for building your own cron-like system, with REST APIs and a Web UI.

$ mkdir -p data/jobs
$ touch data/jobs/__init__.py
$ wget -P data https://github.com/Nextdoor/ndscheduler/raw/v0.3.0/simple_scheduler/settings.py
$ wget -P data/jobs https://github.com/Nextdoor/ndscheduler/raw/v0.3.0/simple_scheduler/jobs/shell_job.py
$ docker-compose up -d
$ curl http://127.0.0.1:8888