Nextdoor / ndscheduler

A flexible python library for building your own cron-like system, with REST APIs and a Web UI.
BSD 2-Clause "Simplified" License
1.08k stars 202 forks source link

Adding key/value store and updating Dockerfile #42

Open tehtbl opened 5 years ago

tehtbl commented 5 years ago

Hi,

I am using your ndscheduler for my own tasks. So, thank you for open source it! :) Because I needed some concurrent-safe way to save and retrieve job data for comparison of multiple job runs data, I implemented it. Also, I've updated the Dockerfile to fix security issues with actual version.

If you have questions and/remarks please let me know.

cheers, Thomas