akira / exq

Job processing library for Elixir - compatible with Resque / Sidekiq
Other
1.51k stars 182 forks source link

Error when upgrading to 0.6.4 #174

Closed martinstannard closed 8 years ago

martinstannard commented 8 years ago

I just bumped the version of exq from 0.4.2 to 0.6.4 and now the app won't start:

Consolidated Poison.Decoder
Consolidated List.Chars
Consolidated Poison.Encoder
Consolidated Ecto.Queryable
Consolidated Collectable
Consolidated Enumerable
Consolidated String.Chars
Consolidated IEx.Info
Consolidated Inspect

=INFO REPORT==== 9-Feb-2016::09:36:05 ===
    application: logger
    exited: stopped
    type: temporary
** (Mix) Could not start application eredis: could not find application file: eredis.app

I did a mix deps.get then iex -S mix

Thoughts?

akira commented 8 years ago

The Redis driver was changed to Redix. Is :eredis still on the application list?

akira commented 8 years ago

@martinstannard were you able to see if there's any references to :eredis in any of your app?

martinstannard commented 8 years ago

Yes, that was the issue @akira. I've removed the reference to :eredis and the app works fine now. Feel free to close.

akira commented 8 years ago

Great, thanks for the follow up!