Jay Howard
Jay Howard
Anybody gotten it to work with MFA? I have the MFA serial specified in my AWS credentials under the "mfa_serial" tag, but when I run terraforming I get: `/Library/Ruby/Gems/2.3.0/gems/aws-sdk-core-3.24.1/lib/seahorse/client/plugins/raise_response_errors.rb:15:in 'call':...
Any thought to removing these dependencies if its the intent that salesforce-bulk only support Python 3?
Previously we were experiencing the issue in #533, so I had us pinned to 0.14.0. Since that was fixed, I removed the pin and tested with 0.15.5. Now I'm getting:...
I'm seeing an issue where, with the cache installed, loading images over an SSL connection occasionally results in garbage bytes being returned. This doesn't happen when they're loaded over plain...
I'm doing the following: 1. Installing HttpResponseCache (1.3 latest), then 2. Setting a default SSL socket factory via HttpsURLConnection.setDefaultSSLSocketFactory() in order to do two-way SSL authentication. This works fine in...
From what I gather the agent operates purely by interacting with redis, which is where workers register and persist their status. What happens when a worker process silently dies and...
I notice the README was updated to indicate support for Python 3.12, but the classifiers list in setup.py still lists Python 3.11 as the most current supported version.