peremunoz / metascheduler

A job-metascheduler developed in Python. Used to manage workflows in a hybrid cluster ecosystem, with Hadoop and SGE as cluster frameworks, and Kubernetes as deployment orchestrator.
0 stars 0 forks source link

Define in detail the job object #5

Closed peremunoz closed 2 months ago

peremunoz commented 2 months ago

Define all the attributes needed for the job object, think for now about the two schedulers (SGE and Hadoop).

Implement the necessary attributes in Job class level, and in db level (update also the db functions and tests)