diff options
author | Alex Grönholm <alex.gronholm@nextday.fi> | 2017-12-09 18:58:38 +0200 |
---|---|---|
committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2017-12-09 19:02:58 +0200 |
commit | 0a85a0a1375271929d6f708ae74fab59a4b5c04a (patch) | |
tree | be3673f6c51935f5d8c1ed628662f4e14109f406 /docs | |
parent | ad9109042b727fe1366b7f1b10382766a9a3469f (diff) | |
download | apscheduler-0a85a0a1375271929d6f708ae74fab59a4b5c04a.tar.gz |
Fixed memory leak when scheduled jobs raise exceptions
Fixes #235.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/versionhistory.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst index 66c09d3..8f54329 100644 --- a/docs/versionhistory.rst +++ b/docs/versionhistory.rst @@ -9,6 +9,9 @@ APScheduler, see the :doc:`migration section <migration>`. * Added the ``engine_options`` option to ``SQLAlchemyJobStore`` +* Fixed memory leak due to a cyclic reference when jobs raise exceptions + (thanks to gilbsgilbs for help on solving this) + 3.4.0 ----- |