MolSSI / QCFractal

A distributed compute and database platform for quantum chemistry.
https://molssi.github.io/QCFractal/
BSD 3-Clause "New" or "Revised" License
143 stars 47 forks source link

Fix issues with snowflake shutdowns #781

Closed bennybp closed 8 months ago

bennybp commented 8 months ago

Description

Fixes issues related to snowflake shutdowns

Before, I was getting spurious warning about exceptions during interpreter shutdown. This PR seems to reliably fix those issues.

In addition, this fixes some reported issues with 3.12 compatibility, likely related to snowflake shutdown.

Changelog description

Fix issues related to snowflake shutdown

Status