cenkalti / kuyruk

⚙️ Simple task queue for Python
https://kuyruk.readthedocs.org/
MIT License
231 stars 17 forks source link

SSL/TLS support #65

Closed kangelos closed 4 years ago

kangelos commented 4 years ago

Hi Cenk , thanks for a great little project. Would you please also enable ssl on the AMQP connections ? it literally a 2 line change RABBIT_SSL = TRUE in config

ssl=self.config.RABBIT_SSL in amqp.connection.

Best Regards

cenkalti commented 4 years ago

Hi @kangelos,

I have released a new version including the change.

https://pypi.org/project/Kuyruk/9.3.0/

kangelos commented 4 years ago

Sorry for the delayed answer, good job! I have some code to make your decorator conditional so you can Import a jobs def python library and call it from any other python script! If you are interested let me know