galaxyproject / pulsar

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

Also try recovering from ConnectionResetError #331

Closed mvdbeek closed 1 year ago

mvdbeek commented 1 year ago

This should fix https://github.com/galaxyproject/pulsar/issues/328. @astalosj @mira-miracoli are you able to test this ?

mira-miracoli commented 1 year ago

Yes! Thank you @mvdbeek :)

mvdbeek commented 1 year ago

We used to catch all OSError exceptions, so I think this is fine. I'll go ahead and merge and release a new version.