From ee7fbd65cb5e35ec26a50f3dbe23ba353e6b3227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Fri, 10 Aug 2018 18:50:01 +0300 Subject: Raise RuntimeError if starting the scheduler under uWSGI without threads --- docs/versionhistory.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/versionhistory.rst') diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst index fc5f2d8..32b5843 100644 --- a/docs/versionhistory.rst +++ b/docs/versionhistory.rst @@ -11,6 +11,8 @@ APScheduler, see the :doc:`migration section `. ``YourClass.methodname`` along with an explicit ``self`` argument is no longer necessary as this is now done automatically for you) * Added the FAQ section to the docs +* Made ``BaseScheduler.start()`` raise a ``RuntimeError`` if running under uWSGI with threads + disabled 3.5.1 -- cgit v1.2.1