Giter Site home page Giter Site logo

Comments (5)

isc-tstolker avatar isc-tstolker commented on August 20, 2024 1

image

from ipm.

isc-tleavitt avatar isc-tleavitt commented on August 20, 2024

There's currently no way to suppress it. We should add one. Calling this a "bug" rather than enhancement because of the severe impact.

@isc-tstolker what does this look like in the docker logs? Could you add a snippet?

from ipm.

isc-tstolker avatar isc-tstolker commented on August 20, 2024

In the ZPM ##class(%ZPM.PackageManager.Developer.Utils).CheckLicenseKey() we found this only happens in the so-called programmer mode, but I have not been able to find a way to move away from programmer mode.

from ipm.

isc-tleavitt avatar isc-tleavitt commented on August 20, 2024

For context, the license check is important because things can go subtly wrong later in package installation if there's no license. I would recommend mounting a license key during the container build - see https://docs.docker.com/build/building/secrets/

from ipm.

isc-tleavitt avatar isc-tleavitt commented on August 20, 2024

More detail on what can go wrong with no license (based on the implementation of this check in the HS package manager about 6 years ago, internal reference HSAI-587):
Installation of packages is multithreaded. Without a license key activated, a developer experienced a hang during package installation as part of a build process. I believe this was because of background jobs failing to start because they caused the license limit on the system to be exceeded.

from ipm.

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.