Skip to content

Pull request update dropped #5988

@dkurepa

Description

@dkurepa

We had a FF PR that had a scheduled update from a build x, but then an even newer build x+1 was got created triggering the subscription, which caused the older build x to stop attempting to update because x+1 was newer. But then the x+1 attempts never happened, which left the PR orphaned until something triggered the subscription again

logs can be seen with

traces
| where message has "d095db56-bbf6-4dc7-967e-7a1adea02e31"
| where timestamp between (datetime(2026-02-18 23:40) .. datetime(2026-02-19 00:05))
| summarize min_timestamp = min(timestamp) by operation_Id
| order by min_timestamp desc

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