Skip to content

Commit

Permalink
RavenDB-20757 : address PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aviv86 committed Oct 22, 2023
1 parent fcd4786 commit a1a78b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Raven.Server/Documents/ETL/EtlProcess.cs
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ public void Run()
Logger.Operations($"{Tag} Failed to update state of ETL process '{Name}'", e);

EnterFallbackMode(lastUpdateStateErrorTime);
lastUpdateStateErrorTime = SystemTime.UtcNow;
lastUpdateStateErrorTime = Database.Time.GetUtcNow();

if (CancellationToken.WaitHandle.WaitOne(FallbackTime.Value))
return;
Expand Down

0 comments on commit a1a78b5

Please sign in to comment.