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

How To auto-reload or restart scheduler without error Address already in use #94

Open GabrieleCalarota opened 3 years ago

GabrieleCalarota commented 3 years ago

How to make auto-reload gracefully (like apache server) on jobs update?

Is it safe to set DEBUG = True in production environment?

GabrieleCalarota commented 3 years ago

I would like to label this isue as question, not as a proper issue. (or as a discussion, since now github is rolling them in beta) I'm sorry but after searching in the docs I couldn't find a good answer for this