Ben Wilson

Results 158 comments of Ben Wilson

@lstrzebinczyk the best solution here is to use a load balancer that routes traffic away from your node on deploy. Even if I split out the pubsub from the endpoint,...

That's fair, there are definitely shutdown patterns that make sense for Elixir to lead. OK, I'll prioritize working on that this week.

Has anyone been able to reproduce this issue in a locally running application? That might simplify testing any proposed fixes here.

The built in loading function does a bit more than I think you realize. Suppose you have a `Category` schema that has a `slug` column like `"news", "weather", "opinion"` that...

That's an interesting take, and I'll have to think about it more. My concern is that you'd either have an enormous proliferation of API functions from the context so you...

> As for the dataloader in the current form, yes it severely limits what I can do. I was hoping you would offer specifics about what you find lacking in...

These are a lot of great ideas and I think I better understand your position now. In essence, you want Dataloader to be an implementation detail of the context, instead...

Hey @jfrolich @tlvenn I just wanted to provide an update. The last 6 months have been overwhelmingly busy for me both with Cargosense stuff as well as personally. Fortunately we've...

This is a seriously impressive amount of work. There's a lot going on here and I'd like the chance to discuss it with you in a slightly more flexible medium....

What we have here at the moment are two distinct ways of trying to efficiently load database records. ## Whole Tree Up Front This is the approach of the linked...