faktory_worker_python
faktory_worker_python copied to clipboard
Python worker for the Faktory project
This allows for connection to IPv6 servers in addition to existing IPv4 servers. I have tested this against IPv4 and IPv6 servers using both DNS names and IP addresses.
I kept running into connection resets when enabling TLS. The issue is explained here: https://stackoverflow.com/questions/3187565/select-and-ssl-in-python > Another problem is, if you write 2048 bytes to the connection at the other...
Hey guys! I've been using this faktory adaptor for quite some time and have had great success with it! My application consists of a faktory worker inside of a kubernetes...
- Which Faktory package and version? - 1.7.0 - Which Faktory worker package and version? - 1.0.0 - Please include any relevant worker configuration - Please include any relevant error...
Changes: - #50 - prefix thread names @antoine-gallix - #49 & #48 - doc updates @antoine-gallix
We are seeing occasional stack traces in our faktory workers like: ``` 'FAIL {"jid": "4e9f7352c8004407bc53287aabbffd3c", "errtype": "FaktoryConnectionResetError", "message": ""}' ``` These are occurring within faktory._proto.Connection's reply method. Currently line 325:...
This feature has not been supported by Faktory since version 0.9
# General This PR creates the ability to allow for worker (and lays the groundwork for client / connection) defaults to be provided as configuration values instead of hard-coded values...
- using python - start ~15 workers - ping INFO every 90s or so Several times a day, the worker gets hung waiting for INFO to return. Possibly related, workers...