Code Monkey home page Code Monkey logo

Comments (3)

simonjohansson avatar simonjohansson commented on July 30, 2024

Also due to a bug(?) in go cf client.

https://github.com/cloudfoundry-community/go-cfclient/blob/master/apps.go#L23

I have a a app with the following env json

➜  ~  cf curl "/v2/apps/f9ad202b-76dd-44ec-b7c2-fd2417a561e8?inline-relations-depth=2" | jq ".entity.environment_json"
{
  "BUILD_VERSION": "0.22",
  "ENVIRONMENT": "staging",
  "GIT_REVISION": "7eab78b822ad9a7a85a48ded74bdd5ca12a08873",
  "SECONDS_TO_PAUSE_BETWEEN_FLUFFS": 2,
  "SECONDS_TO_PAUSE_BETWEEN_RESTARTS": 60
}

So the value of SECONDS_TO_PAUSE_BETWEEN_FLUFFS and SECONDS_TO_PAUSE_BETWEEN_RESTARTS is int, not string.

This makes the unmarshal of all the apps after the this one fail.

from firehose-to-syslog.

simonjohansson avatar simonjohansson commented on July 30, 2024

cloudfoundry-community/go-cfclient#5

Fixes the issue.

from firehose-to-syslog.

simonjohansson avatar simonjohansson commented on July 30, 2024

PR has been merged into master of go-cfclient. We need to upgrade the dep of the client to this to be fixed in this project.

But we should probably not update the version until all the neccecary changes are on master for these
#29
#28

from firehose-to-syslog.

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.