release orchestration strengthening
This commit is contained in:
@@ -154,6 +154,11 @@ public sealed class TimelineReplayOrchestrator : ITimelineReplayOrchestrator
|
||||
|
||||
try
|
||||
{
|
||||
if (_operations.TryGetValue(replayId, out var existing) && existing.Status == ReplayStatus.Cancelled)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
// Update status to in-progress
|
||||
UpdateOperation(replayId, op => op with { Status = ReplayStatus.InProgress });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user