mirror of
https://github.com/bitwarden/server.git
synced 2025-04-13 17:18:14 -05:00
done processing warning
This commit is contained in:
parent
ba2c7fe67d
commit
21d5417e92
@ -94,6 +94,8 @@ namespace Bit.EventsProcessor
|
|||||||
await Task.Delay(TimeSpan.FromSeconds(5), cancellationToken);
|
await Task.Delay(TimeSpan.FromSeconds(5), cancellationToken);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_logger.LogWarning("Done processing.");
|
||||||
}
|
}
|
||||||
|
|
||||||
public async Task ProcessQueueMessageAsync(string message, CancellationToken cancellationToken)
|
public async Task ProcessQueueMessageAsync(string message, CancellationToken cancellationToken)
|
||||||
|
@ -95,6 +95,8 @@ namespace Bit.Notifications
|
|||||||
_logger.LogError("Error processing messages.", e);
|
_logger.LogError("Error processing messages.", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_logger.LogWarning("Done processing.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user