Coder Social home page Coder Social logo

Comments (5)

v1r3n avatar v1r3n commented on May 20, 2024

Yes, we do actually run it that way. Conductor servers can scale up by adding more servers and sharing the same instance of Dynomite.

from conductor.

blueelephants avatar blueelephants commented on May 20, 2024

Thanks for clarification

from conductor.

cquon avatar cquon commented on May 20, 2024

@v1r3n a quick question on this. Is the scaling stateless or is it more of a cluster? Is there any notion of primary/slaves or all work as standalone servers with same database.

Also is there any special handling that needs to be taken for potential race conditions with a scaled architecture?

from conductor.

v1r3n avatar v1r3n commented on May 20, 2024

@cquon the scaling is stateless and follows peer to peer architecture and not master/slave. Each server in the cluster is capable of serving the requests. The cluster is identified by the group of servers talking to the same underlying Dynomite database.

Conductor takes care of any race conditions so no special care has to be taken.

from conductor.

akashbhunchal avatar akashbhunchal commented on May 20, 2024

Is this applicable even for redis (not dynomite) ? I am facing race conditions when I try to run more than conductor servers with one redis instance as the datastore. I have raised an issue with my observations on synchronized block in the ReqisQueue implemetation of pop()

#543

from conductor.

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.