Skip to content

Request: Add some sort of clusterID method to jobsub_api.SubmittedJob class #642

@shreyb

Description

@shreyb

@vhewes requested that we add a method to the jobsub_api.SubmittedJob class that returns the cluster ID without a ProcID.

So something like

job.new_method() --> "12345@schedd.fnal.gov"

(note the lack of ".0" procID)

It's just f"{job.seq}@{job.schedd}", but having a method to return this would make it so users wouldn't have to remember that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestnice-to-haveIssues that would be good to implement, but are not imminently necessary.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions