Nick Farrell

Results 38 comments of Nick Farrell

I've seen the exact same thing, also using redis as a broker and backend, with Django. I've tried downgrading to 4.4.0, without success. Interestingly, increasing the number of django (uwsgi)...

So it was added with a high priority in the middle of LAST year and it's still not anywhere near implemented? After reading HN reviews I was very keen to...

@rikonen , when I create a PITR fork of a service in a test environment, I do not see a second stream being created on the primary service. The only...

Victoria metrics looks like a good candidate. Adding a configuration option for the path, defaulting to undefined/off, should be sufficient here I believe. Nginx/Apache can use ACLs to prevent external...

Is there any intention of respecting pylint's annotations allowing errors to be disabled for a certain scope? One impediment to switching over is the large number of pylint annotations which...

The beta site is now in production, so it is worth reviewing where things stand.

If this proposal succeeds, a follow-up proposal would involve providing a simpler means for users to do this with `pgxpool`, instead of having to write their own code to manage...

An additional possibile minor extension to this proposal is to also define `LoadAllTypes` which does exactly that. This would be useful when there are only a relatively small number of...

Ok, thanks for the confirmation that I'm headed in the right direction. I'll put together some PRs in the coming days to address these.

A recommended way of using this would be something like: ``` config.AutoLoadTypes = []string{"my_type", "another_type"} config.ReuseTypeMaps = true config.MinConns = 10 ``` Which, compared to previously, would: - make a...