Mitchell Henke
Mitchell Henke
Do you have timber installed in the root umbrella application?
I created a minimal app [here](https://github.com/mitchellhenke/umbrella_testing) to try to reproduce as you've described, but I wasn't able to get the same behavior. The `:hackney` application not being started is still...
You mentioned that it happened on the server, but not locally. Is there a different configuration or something else like that, like deploying with Distillery?
Dang, I tried a release with distillery and was not able to reproduce (I've updated my example repo with it as well). I'm not sure on the next step to...
@treble37 I hadn't deployed it anywhere, just locally.
I added that version to my example because your comment here looked like the app was on hackney 1.9.0: https://github.com/timberio/timber-elixir/issues/346#issuecomment-490223218 The example app works for me with hackney 1.9.0 and...
This PR looks wonderful, and I'd love to see it merged 🙂
For the tests, is each rendering producing the same result? I ask because the defaults between the two libraries are different, and so one may be rendering more or less...
This looks great, and both appear to be quite fast. Thanks for doing these benchmarks and contributing improvements to JSONAPI!
> First, do you need to be using concurrency controls with total_limit: 1? There was a point in GoodJob's history where apps had to use concurrency controls to prevent multiple...