Skip to content

disconnect the mongo client at the end of the workflow

Wout De Nolf requested to merge close_mongo_client into main

Closes #23 (closed)

  • Explicit mongo disconnect at the end of the workflow

Patch for #22

  • Latest mongomock release does not support python "<3.8"

Other fixes I found while doing this

  • Fix bug in _reset_signals_handlers
  • Increase MongoClient timeout
  • Fix cleanup in test_persistency tests
  • Refactor test_stop_workflow tests
Edited by Wout De Nolf

Merge request reports

Loading