add: Added grpc api, perm system

add: grpc api config in creds
This commit is contained in:
Kwoth
2024-10-03 02:01:03 +00:00
parent a7be56a562
commit 5d76a15dc0
14 changed files with 413 additions and 49 deletions

View File

@@ -90,8 +90,7 @@ public class RemoteGrpcCoordinator : ICoordinator, IReadyExecutor
{
if (!gracefulImminent)
{
Log.Warning(ex,
"Hearbeat failed and graceful shutdown was not expected: {Message}",
Log.Warning(ex, "Hearbeat failed and graceful shutdown was not expected: {Message}",
ex.Message);
break;
}