Git Product home page Git Product logo

Comments (5)

CyberDem0n avatar CyberDem0n commented on July 17, 2024

My two cents on this topic:
process.terminate() and process.wait() didn't worked properly in a buku, because they were called NOT from the original process, but from the forked one. Process can watch (wait) for children, but not siblings.

from bubuku.

antban avatar antban commented on July 17, 2024

@CyberDem0n bubuku repo is gaining popularity :) I think maybe we don't need to rename it back to buku?

from bubuku.

CyberDem0n avatar CyberDem0n commented on July 17, 2024

@antban somehow I was automatically subscribed to bubuku notifications, so it's not really a popularity :)

And about renaming it back... don't think it is necessary, there is not much original code left

from bubuku.

CyberDem0n avatar CyberDem0n commented on July 17, 2024

By the way, you should think about using the same approach as https://github.com/zalando/planb-cassandra

They are not using ASG, but just EC2 instances with termination protection. The biggest advantage of such approach - it does not destroy EBS volumes when EC2 instance dies. And when the new instance is coming up it will attach and mount EBS with all data.

from bubuku.

antban avatar antban commented on July 17, 2024

As a result - there is nothing to fix here...

from bubuku.

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.