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

Support tornado >= 6 #87

Closed palto42 closed 3 years ago

palto42 commented 4 years ago

In order to support newer tornado version >=6 the main change was to replace @gen.engine with @gen.coroutine (plus some small related adjustments).

The test code still needs to be adjusted for the applied changes, any help is welcome :)