Rick Otten
Rick Otten
fwiw, it looks like the bolt driver info moved to here: https://github.com/neo4j-contrib/boltkit
Similarly, I get this error if I clone the repo and run `yarn build` (on Ubuntu 20.04): ``` $ yarn build yarn run v1.22.10 $ yarn clean && yarn build:viz...
I'm not sure I did. I don't remember now. sorry! I stopped using redash shortly after this. I'll try again later today if I get time to see if I...
If we follow the current recommendations for a multi-tenant solution where we use different tables for different tenants who are expecting different retention policies, then we might have a "30...
Thanks @jvasi that worked great. I get one INFO notification whenever gunicorn goes down this way: ``` [INFO] Error while closing socket [Errno 9] Bad file descriptor ``` I believe...
To elaborate, the synchronous retry does not have this problem, just the async one.
+1 on how to disable the tracking. For me at least, it looks like the tracking server is down anyhow: ``` ``` urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='bento.r2c.dev', port=443): Read timed out. (read timeout=1)...
The tracking makes me uncomfortable without being able to actually see what it is sending in spite of the pretty language in the privacy statement. I suppose I could read...
Here is a simple one that works for me on ubuntu 18.04. I installed logdna in /opt. ``` [Unit] # /etc/systemd/system/logdna.service # systemctl daemon-reload # service logdna start # service...
I did a git pull and confirmed the edit you described. No luck. The same missing Version error.