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

Pass correct parameters when modifying job #78

Closed aschey closed 4 years ago

aschey commented 4 years ago

Seems like a recent change caused the incorrect number of parameters to be passed to run_job after modifying a job. Resolves #74