GithubHelp home page GithubHelp logo

Comments (7)

orthros avatar orthros commented on May 12, 2024

I've been taking a look at this, and the biggest time sink is actually pip install grpcio grpcio-tools.

On my local machine this can take upwards of 8 minutes on alpine. I'm currently in the process of submitting some PRs to the gRPC team that will give slim and alpine images for python, which we can then use as the base for loadgenerator and emailservice

from microservices-demo.

orthros avatar orthros commented on May 12, 2024

I've opened PRs with the gRPC docker images repository to better fill out their options

from microservices-demo.

orthros avatar orthros commented on May 12, 2024

Opened additional PRs with the gRPC docker images repository in the event we want to upgrade gRPC versions

from microservices-demo.

ahmetb avatar ahmetb commented on May 12, 2024

We probably wanna update to 1.15.x at some point, the only issue is that v1.15 introduces a new rpc to the health "interface", and we don't implement that method which leads to compilation error in Go services.

from microservices-demo.

ahmetb avatar ahmetb commented on May 12, 2024

Python services can update to 1.15 right away I think.

from microservices-demo.

orthros avatar orthros commented on May 12, 2024

Okay. If/when my PRs are merged I'll retool our python services to update to 1.15 and update images appropriately.

from microservices-demo.

ahmetb avatar ahmetb commented on May 12, 2024

#120 solved this by moving back to glibc based images for Python services and cleaning up requirements.txt files.

from microservices-demo.

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.