Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • N nrm
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 16
    • Issues 16
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • argo
  • nrm
  • Issues
  • #2

Closed
Open
Created Dec 07, 2017 by Swann Perarnau@perarnauOwner4 of 4 tasks completed4/4 tasks

Implement children API

We need an downstream API to communicate with children processes and allow container applications to be controlled and report to the NRM on progress.

While an API currently exists, it is severly lacking in features. We also haven't integrated the beacon progress reporting back into the NRM.

The constraints are:

  • applications will want to push progress reports asynchronously
  • multiple layers of the same application context will want to report progress at the same time
  • runtimes will want to wait asynchronously for control requests.

This should push us to have:

  • a PUB socket to send commands
  • a SUB socket to listen for progress, connections to the NRM.

The TODO for this issue are:

  • Rework pub/sub sockets for this API
  • Draft a better version of the message format for this API
  • Move children management to a subsystem of the NRM
  • Move FSM for control actuators to this new subsystem
Edited Dec 19, 2017 by Swann Perarnau
Assignee
Assign to
Time tracking