Brent Kroeker
Brent Kroeker
@florianpeninon Thanks for the suggestion. I tried this, but it didn't make a difference.
Yeah, I always clean before develop, actually. And yes, I tried it in my StaticQuery too, not just in the visual query explorer. I'll see if I can start a...
I tried a fresh gatsby project and it worked. So now I'll need to trace through all the differences to see if I can identify what's breaking it.
@leonstern10 Unfortunately, the funding on my project was cut due to Coronavirus, so I haven't yet had a chance to delve into figuring out which plugin/code is breaking this plugin's...
I'm having this problem too.
I raised a bug report with Tower, stating how my pre-commit hooks would run successfully and then get deleted when committing through Tower, and how this was not the behaviour...
@cfis Thanks, but I don't think you read my post. I'm trying to specify ports and passwords, and/or entire connection strings.
In this case, to set the full connection string, you'd need to drop the host hash. So: ``` mapped_options = { connection: "127.0.0.1:11211", ... } ``` Basically, with the current...
(Quantitatively speaking, I was seeing 150+ open connections regularly. My redis service caps at 200, and I never have more than 10 jobs running simultaneously, which is rare.)
This is the same issue I was dealing with here: https://github.com/cfis/activejob-locking/issues/3