Open pbilling opened 1 year ago
Instead of providing job_id, input_ids, and trunc_nodes_hash as arguments to create a JobRequest instance, have the __init__ function generate them.
job_id
input_ids
trunc_nodes_hash
__init__
Also, don't need to provide project_id since that should be in the trellis_config data. Same for dsub provider.
project_id
trellis_config
provider
make_unique_task_id()
trellis.utils
JobRequest
Instead of providing
job_id
,input_ids
, andtrunc_nodes_hash
as arguments to create a JobRequest instance, have the__init__
function generate them.