|
|
@@ -22,7 +22,7 @@ public class RefreshService : BackgroundService
|
|
|
foreach(var service in options.Services)
|
|
|
{
|
|
|
string serviceName = service.Name;
|
|
|
- var list = await _namingService.GetAllInstances(serviceName, "DEFAULT");
|
|
|
+ var list = await _namingService.GetAllInstances(serviceName, "DEFAULT_GROUP");
|
|
|
var healthy = list.Where(h => h.Healthy && h.Enabled).ToList();
|
|
|
|
|
|
if (healthy.Count > 0)
|