Skip to content

Excessively long duration reported for "Queued" spans #19

@seh

Description

@seh

In a recent trace published for a workflow run using this action as a final job within the same containing workflow (per #14 (comment)), one of the trace spans has the name "Queued" and a reported duration of 18446743100709.55 milliseconds, or 5,124,095 hours and eighteen minutes. The delay was never apparent while the workflow was running.

Is this action misinterpreting a duration reported by GitHub's API? I see that there's special handling of this span in this action's code:

const queueSpan = tracer.startSpan("Queued", { startTime }, queueCtx);
queueSpan.end(new Date(firstJob.started_at));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions