This commit is contained in:
@@ -217,7 +217,7 @@ namespace AyaNova.Util
|
||||
CHECKING_DB_AVAILABLE = true;
|
||||
if (CHECKING_DB_LOG_DOWN_STATUS)
|
||||
{
|
||||
log.LogInformation("Database server unreachable pausing Job processing");
|
||||
log.LogInformation("Database server unreachable; pausing Job processing");
|
||||
CHECKING_DB_LOG_DOWN_STATUS = false;
|
||||
}
|
||||
try
|
||||
@@ -238,7 +238,7 @@ namespace AyaNova.Util
|
||||
CHECKING_DB_AVAILABLE = false;
|
||||
}
|
||||
//We have db available
|
||||
log.LogInformation("Database server has become available, resuming Job processing");
|
||||
log.LogInformation("Database server has become available; resuming Job processing");
|
||||
ServerGlobalOpsSettingsCache.DBAVAILABLE = true;
|
||||
CHECKING_DB_LOG_DOWN_STATUS = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user