Tim Zenderman

Results 5 issues of Tim Zenderman

Any way to limit the db's connection timeout? It sometimes takes a long couple of seconds to connect to the db and return results.

help wanted

Backported from nvm package (https://github.com/creationix/nvm) for bash. See https://github.com/creationix/nvm/blob/master/nvm.sh#L53

closes #57 I've added a setting to allow developers to disable caching on COUNT queries.

As described in cache-machine's docs (http://cache-machine.readthedocs.org/en/latest/#count-queries), `COUNT` queries are not reliably invalidated and are not consistent.

Hey guys, The version published on PyPi (0.85) throws an Exception when installing the requirements in a new environment. I believe that https://github.com/zapier/django-stalefields/commit/42d3bc72e47c68b78bf7e4799b833417f05b08b5#diff-99ea59348ff4d82b0c18fa667516bc40L21 (just after 0.85) fixes that. Can you...