-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels