Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Feature for Subprocess based Job Execution #90

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Conversation

ar-siddiqui
Copy link
Contributor

Features

  • subprocess type processes now can be executed through API. They must be registered like other processes and will be called using OS subprocess calls.

API

GET /jobs/:jobID/logs

  • In response body container_logs key is replaced by process_logs

PUT|POST /processes/:processID

  • Request payload schema has changed (See Process YAML Schema changes below)

Process YAML Schema

  • command is now a first class object and moved outside of container
  • config object is added
  • maxResources and envVars are moved under config object
  • image moved under host
  • container object removed
  • host.type valid options are changed from local | aws-batch to docker | aws-batch | subprocess

Documentation

  • A CHANGELOG.md file is added in the repo.
  • Process templates are provided for all three host types in ./process_templates folder
  • Windows setup instructions are added in README.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant