mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -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)
|
||||
|
@ -95,6 +95,8 @@ namespace Bit.Notifications
|
||||
_logger.LogError("Error processing messages.", e);
|
||||
}
|
||||
}
|
||||
|
||||
_logger.LogWarning("Done processing.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user