Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

improve analysis of requed jobs #138

@mathisloevenich

Description

@mathisloevenich

At the moment if a job gets requed only the progress, times, resources, etc. is captured
of the last node it was executed on.

This means the information about previous processes is lost.
However it's captured, that a job was requeued earlier.

At the moment we don't have checkpointing, which means that the information is not necessarily useful.
However it messes up the waiting time as the submission event only happens once, but the last execution event is taken to calculate the waiting time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions