Giter VIP home page Giter VIP logo

runtimeschema's Introduction

runtime-schema

Note: This repository should be imported as code.cloudfoundry.org/runtimeschema.

Shared golang schema for runtime.

BBS for diego.

####Learn more about Diego and its components at diego-design-notes

runtimeschema's People

Contributors

onsi avatar emalm avatar vito avatar sykesm avatar krishicks avatar luan avatar jfmyers9 avatar atulkc avatar nwade avatar lvarvel avatar zrob avatar jenspinney avatar andrew-edgar avatar cwlbraa avatar hsiliev avatar matt-royal avatar mokiat avatar dgoddard avatar leochu avatar dliebreich avatar ameowlia avatar sethboyles avatar rizwanreza avatar parente avatar nimakaviani avatar jrussett avatar jberkhahn avatar gerg avatar amitkgupta avatar wendorf avatar

Stargazers

ROHITHA DASSANAYAKE avatar Mark St.Godard avatar  avatar Márk Bartos avatar Rogerio Marques avatar

Watchers

Elisabeth Hendrickson avatar  avatar Eric Promislow avatar ROHITHA DASSANAYAKE avatar Andrew Bruce avatar Stephane Jolicoeur avatar Renee Chu avatar Andrew Crump avatar david avatar Philipp Thun avatar Rob Day-Reynolds avatar  avatar James Cloos avatar caleb miles avatar Sannidhi Jalukar avatar Comodo Dragon avatar HaojunZhou avatar Jimmy Da avatar  avatar Tim Hausler avatar Molly Crowther avatar Robert Sullivan avatar Ryan Tang avatar Joachim Valdez avatar Anoop Gopalakrishnan avatar Dennis Leon avatar Nagapramod Mandagere avatar Chris Piraino avatar Jeff Pak avatar Lily Wei avatar Brandon Potts avatar Caroline Taymor avatar  avatar  avatar Nicolas Regez avatar Simon Leung avatar cf-lamb avatar Weyman Fung avatar Max Hufnagel avatar Florian Braun avatar Angela Chin avatar Urvashi Reddy avatar Brandon Shroyer avatar Paul Warren avatar Mona Mohebbi avatar Mike Gresham avatar savitaashture avatar  avatar Christine avatar Mohamed Mohamed avatar Bruce Ricard avatar Aleksandr Melnik avatar M. Oleske avatar  avatar  avatar  avatar  avatar Application Autoscaler CI Bot avatar

runtimeschema's Issues

Should CreatedAt use an RFC date stamp instead of nanos from unix epoch?

I realize this is a nit, but, given the JSON encoding of time.Time will automatically marshal times to/from an rfc-3339 time stamp, should the model.Task struct use the time.Time object instead of an int64? Not only will this be more readable to humans looking at the JSON, it's a format that can be consumed externally without having to know which epoch is the base.

Thoughts?

ConvergeRunOnce may never complete its task

The last 2 steps in ConvergeRunOnce are the most important. However, the behavior of both those APIs is to bail on first failure means that it might take several cycles (could be worse), to actually touch and delete the items. If we have a system that is always performing work, this will never complete its task.

Should we either do the two actions per item rather than bulk or add a new API that will ignore errors or ...?

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.