mirror of
https://github.com/bitwarden/server
synced 2025-12-29 14:43:39 +00:00
done processing warning
This commit is contained in:
@@ -94,6 +94,8 @@ namespace Bit.EventsProcessor
|
||||
await Task.Delay(TimeSpan.FromSeconds(5), cancellationToken);
|
||||
}
|
||||
}
|
||||
|
||||
_logger.LogWarning("Done processing.");
|
||||
}
|
||||
|
||||
public async Task ProcessQueueMessageAsync(string message, CancellationToken cancellationToken)
|
||||
|
||||
@@ -95,6 +95,8 @@ namespace Bit.Notifications
|
||||
_logger.LogError("Error processing messages.", e);
|
||||
}
|
||||
}
|
||||
|
||||
_logger.LogWarning("Done processing.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user