cenkalti / kuyruk

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

Remove TCP_USER_TIMEOUT parameter for MacOS #59

Closed khorolets closed 6 years ago

khorolets commented 6 years ago

OSX does not support the TCP_USER_TIMEOUT option and kuyruk is failing to start.

Please, point me what else should be done for this PR to be accepted. Thanks!

khorolets commented 6 years ago

/cc @frol

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.1%) to 92.743% when pulling 1456fb4cc075f0caab3ecca597ab3f97eca8e03e on khorolets:tcp_user_timeout_macos_fix into c65924cc3e3f51b7c20bf98cb2b92cffe2f63dd8 on cenkalti:master.

cenkalti commented 6 years ago

Thank you @khorolets