Giter Club home page Giter Club logo

Comments (4)

zacksiri avatar zacksiri commented on July 23, 2024 1

I upgraded to master and added :shards seems to be working thank you!

Looking forward to 1.0 release.

from nebulex.

cabol avatar cabol commented on July 23, 2024

@zacksiri I think it is due to distillery (bitwalker/distillery#55).

Try to add :shards and :ex_shards to your included apps in your mix.exs, like so:

def application do
    [
      extra_applications: [:logger],
      mod: {Blog.Application, []},
      included_applications: [:shards, :ex_shards]
    ]
  end

NOTE: For further releases of Nebulex (> 1.0.0-rc.3), :ex_shards was removed, Nebulex now uses :shards directly, so you have to include only :shards to included_applications – Check out master branch; Release 1.0.0 will be launched soon :).

Please let me know if that works, stay tuned!

from nebulex.

zdenal avatar zdenal commented on July 23, 2024

@cabol ... could be this added also into getting started and Nebulex documentations. I have solving today same issue which was raising only on staging/production release and this helped (used nebulex 1.0.1).

from nebulex.

cabol avatar cabol commented on July 23, 2024

@zdenal sure, let me try to find a good place to add it!

from nebulex.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.