Kuba S.
Kuba S.
Generaly in all management commands. https://github.com/SmileyChris/easy-thumbnails/blob/master/easy_thumbnails/management/commands/thumbnail_cleanup.py Remove option_list and use add_arguments. If you want to keep support for older django you should add some if. option_list wont be supported in...
By "It is currently possible to retry all errors with INTERNAL code" I meant that we could just create client overriding some settings to retry INTERNAL errors. ``` new ClusterManagerClient({clientConfig:...
My answer to that would be that I was not thinking of anything specific, but I wanted to add flexibility for user to decide on case by case basis. Adding...
Can you make it compatible with python3? it complains that makeSocket does not accepts any arguments. Change: ``` def makeSocket(self, timeout=1): s = super(TCPLogstashHandler, self).makeSocket(timeout) ``` To: ``` def makeSocket(self,...