FNNDSC / pman

A process management system written in python
MIT License
23 stars 33 forks source link

scale pman #88

Closed husky-parul closed 6 years ago

husky-parul commented 6 years ago

@danmcp @ravisantoshgudimetla Scaling pman by removing pman intrenal ptree. The command to check status for a job doesn't not uses p-tree, instead queries OpenShift API.

These are commands that do not use ptree any more: run status

Additional changes to do:

danmcp commented 6 years ago

@husky-parul Have you looked into the travis failure?

danmcp commented 6 years ago

@husky-parul Can you update the title and commit message with a more accurate description.

husky-parul commented 6 years ago

@danmcp @ravisantoshgudimetla Added logic for returning status for jobs that were never triggered or deleted from OpenShift