Skip to content

ActiveJobs: ActiveJobs: Use Info#wallclock_limit for wallclock time #126

@brianmcmichael

Description

@brianmcmichael

Currently the wallclock times are derived via accessing native attributes, like:

attributes.push Attribute.new "Walltime", (info.native.fetch(:Resource_List, {})[:walltime].presence || "00:00:00")

These can be replaced with something like:

attributes.push Attribute.new "Walltime", info.wallclock_limit || "00:00:00"

After updating to the the latest ood_core release.

┆Issue is synchronized with this Asana task by Unito

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Reviewed, Not Scheduled

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions