Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Not compiling with Erlang/OTP 20 #28

Open
dantswain opened this issue Aug 10, 2017 · 5 comments
Open

Not compiling with Erlang/OTP 20 #28

dantswain opened this issue Aug 10, 2017 · 5 comments

Comments

@dantswain
Copy link

The worker_pool dependency has deprecation warnings that cause it to fail to build. I was able to get everything to compile in my Elixir project by adding

     {
       :worker_pool,
       "~> 3.0.0",
       override: true
     },

So it may be as simple as updating worker_pool.

@ehamberg
Copy link

ehamberg commented Mar 2, 2018

Would be great to have this fixed. Stumbled over this when I installed today.

@drozzy
Copy link

drozzy commented Aug 7, 2018

I have the same (I think) error:

Could not compile dependency :worker_pool

@waisbrot
Copy link
Contributor

waisbrot commented Aug 7, 2018

Hi @drozzy (and others)

The primary repo for dogstatsde is moving to https://github.com/waisbrot/dogstatsde

I haven't had time to make a new release with these changes. I'll have some time to try to fix them in ~2 weeks.

@drozzy
Copy link

drozzy commented Aug 7, 2018

@waisbrot would you recommend data dog or another hosted monitoring solution for Elixir? I find a lot of Erlang/Elixir libs are not supported for datadog or abandoned.

@waisbrot
Copy link
Contributor

I have updated the published version of the library on Hex to 0.9.2. It includes this change and I intend to maintain it there.

@drozzy I like Datadog quite a bit and I'm not aware of another service that is as comprehensive. I think this code is pretty small and easy to handle. Now that the code is under my control (not here, remember -- it's at https://github.com/waisbrot/dogstatsde), I'm very willing to give people commit access if they're interested.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants