Skip to content

Commit

Permalink
Fixed many blocking calls in the event loop in the mongodb store
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Nov 26, 2023
1 parent 030bb1b commit 537454f
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 96 deletions.
2 changes: 2 additions & 0 deletions docs/versionhistory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ APScheduler, see the :doc:`migration section <migration>`.
triggers and have no more associated jobs running. Previously, schedules were
automatically deleted instantly once their triggers could no longer produce any fire
times.
- Fixed large parts of ``MongoDBDataStore`` still calling blocking functions in the
event loop thread

**4.0.0a4**

Expand Down
Loading

0 comments on commit 537454f

Please sign in to comment.