Skip to content

Implement REST API handler for Queueing #3

@thheinen

Description

@thheinen

In expectation of the need to have centralized systems which assign machines and scrub them after use, develop a REST/JSON handler for these with flexible mapping. Clients can then wait in line after requesting systems with certain criteria and return them afterwards for central recycling.

driver:
  name: static
  queueing: true
  request:
    type: json
    url: https://example.site/queueing/v1/request
  release:
    type: json
    url: https://example.site/queueing/v1/release
    method: POST
    data: { "hostname": "<%= STATIC_HOSTNAME %>"  }

Please respond with 👍 to express interest and increase priority.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions