galaxyproject / pulsar

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

Add publish timeout option to kombu #323

Closed mvdbeek closed 1 year ago

mvdbeek commented 1 year ago

May or may not help with https://github.com/galaxyproject/pulsar/issues/316 and https://github.com/galaxyproject/pulsar/issues/291

I suppose an actual exception will be raised when we get to the timeout, and that probably also needs to be handled gracefully. IOW I haven't tested this yet.

mvdbeek commented 1 year ago

pulled it into https://github.com/galaxyproject/pulsar/pull/324, since that also catches the right exceptions