Ryan Jones

Results 2 issues of Ryan Jones

**Describe the bug** Similar, but different, unique keys are being marked as the same and skipping the job altogether **Expected behavior** The job will run because it is unique **Current...

Ran in to this running unit tests where it doesn't seem to support handling preload the same ```elixir iex(1)> MyApp.Repo.preload(nil, :conversation) nil iex(2)> MyApp.Repo.NewRelic.preload(nil, :conversation) ** (Protocol.UndefinedError) protocol Ecto.Queryable not...