galaxyproject / pulsar

Distributed job execution application built for Galaxy
https://pulsar.readthedocs.io
Apache License 2.0
37 stars 49 forks source link

Always close pycurl instance #366

Open mvdbeek opened 1 month ago

mvdbeek commented 1 month ago

The class has a __del__ method, but that's not always guaranteed to run in a timely fashion.