Matt Phillips
Matt Phillips
the timeout kwarg previously was only being used for polling timeout. we can also pass it as a low kwarg and use it for urllib connection timeout as well.
As referenced here https://github.com/teerapap/grunt-protractor-runner/commit/165afbf621c2b2a575d9afc2191e953f8bb58b5f npm http GET https://registry.npmjs.org/grunt-protractor-runner npm http 304 https://registry.npmjs.org/grunt-protractor-runner > [email protected] postinstall /home/autobuild/workspace/r10n-gui-PRs-continuous/node_modules/grunt-protractor-runner > ./node_modules/.bin/webdriver-manager update sh: ./node_modules/.bin/webdriver-manager: No such file or directory npm ERR! weird error...
Hi, I'm a user of msgpack by way of saltstack; which leverages a msgpack Unpacker object for each long lived tcp connection. I know this isn't very exact, but after...
expose ANSIBLE_RUNNER_{PASSWORDS,SETTINGS,ENVVARS,SSH_KEY} as an alternative means of driving ansible runner inputs vs serializing to file. I'm submitting this for feedback on the idea, if this feature is something that would...
on host ``` mphillips81@mmp-pw-dev ~/repos/ose (main)✗ % cat /etc/resolv.conf options attempts:1 timeout:2 search foo.com bar.com ``` on podman: ``` mphillips81@mmp-pw-dev ~/repos/ose (main)✗ % docker run -it --network=ose_default obfuscated.com/rhel7-dpkg:latest /bin/sh sh-4.2#...
### What does this PR do? this is the foundation for a shared sqlalchemy model that can be used across (at least, from current testing) postgresql, mysql, sqlite. The eventual...
### What does this PR do? Rather than implement custom drivers for tokens, the existing cache drivers can be leveraged for token management. This also moves token expiry responsibility to...
commit 8fd858ddf69c6ad000f0c31fcdff5feff599e939 (HEAD -> cachepillar, origin/cachepillar) Author: Matt Phillips Date: Thu Apr 4 17:51:13 2024 -0400 PillarCache: reimplement using salt.cache took the liberty of making it a proper subclass in...
### What does this PR do? python 3.8 changed the way it was inferring loglines from the callstack; the stacklevel was exposed as a way around this to tell logging...