Like with regular find queries, aggregate returns a cursor to iterate over the result (PYTHON-542). With find, there is a way to let the cursor never time out on the server (no_cursor_timeout==True). It would be beneficial to have such an option with aggregate, too. This feature might depend on the resolution of SERVER-6036.
- depends on
-
SERVER-6036 Disable cursor timeout for cursors that belong to a session
- Closed