mirror of
https://github.com/bitwarden/server.git
synced 2025-07-08 03:15:07 -05: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)
|
||||
|
Reference in New Issue
Block a user