Adam Charnock

Results 58 comments of Adam Charnock

This discussion sounds interesting and good to me. I have been aware of this possibly becoming a performance issue. **Question:** What kind of scale are you seeing this become an...

I just had a little play with the SQL required to generate balances for all accounts (would would be useful for implementing this as a materialised view). Not sure if...

Oof, 31 seconds. Ok, I'll take another look and see what I can do. Off-the-cuff thoughts: 1. This is getting the balance including child accounts, which will be slower and...

Ah. Yes, I see you are (reasonably) using the function from the comment above. I've improved this now and you can find the better version here: https://github.com/adamcharnock/django-hordak/blob/feature/get-balance/hordak/migrations/0047_get_balance.pg.sql Once you've run...

FWIW: I'm not keen on adding complexity to the core Hordak codebase in order to support MySQL's limitations (which includes the current use of `transaction.on_commit`). My (perhaps hard-nosed) attitude is...

I would also achieve this as @nitsujri suggests. I can see an argument for pluggable models a la Django's `AUTH_USER_MODEL` / `get_user_model()`, but I think that is going to introduce...

@PetrDlouhy – As part of my work on #127 I realise that I removed `description` from `list_filter`. I removed it because it seemed like the kind of field I would...

Ok, thanks! I'll go ahead and close this then.

Yep, this just got me too while working on a new cluster. Nginx Ingress essentially DOSed CoreDNS, which caused all kinds of wierdness in the cluster. Edit: Running `k8s.gcr.io/ingress-nginx/controller:v1.1.1`