Div Shekhar
Div Shekhar
It looks like this error occurs when the number of retries > number of servers in the list. Otherwise `retries` number of calls are made before the user defined exception...
Please consider stale idle connections in the group of safe to retry. I have the following scenario: - long-running unicorn process talks to long-running thrift server API - the unicorn...
@analytically - can you give me some idea of where/how you'll be using each of these options? Security practices recommend against running as root which is why we currently [prevent...
pdagent supports 2.6 as well for CentOS 6 support. This is why `python` is used rather than `python2.7`. The simple workaround is to manually change the `#!/usr/bin/python` line in the...
Yeah - `python` is expected to be a symlink to the "default" python, and this is 2.6 or 2.7 on pdagent supported distros. Both your suggested options work, but I...
> > Also, to confirm your assumption, we are currently changing the top line after doing the install. That just means it's going to get clobbered every update though, which...
> we have Zabbix making sure that the scripts have the changed line at the top now 👍 as long as you're not depending on pdagent for that zabbix alert...
(title of the PR a bit misleading now, but meh :)