Browse Source

Fixed bug, no need of GracePeriodTime setting for the Order microservice. Only for the Ordering.BackgroundTasks

pull/632/head
Cesar De la Torre Llorente 6 years ago
parent
commit
104661d39d
4 changed files with 0 additions and 5 deletions
  1. +0
    -1
      docker-compose.override.yml
  2. +0
    -1
      docker-compose.prod.yml
  3. +0
    -2
      src/Services/Ordering/Ordering.API/OrderingSettings.cs
  4. +0
    -1
      src/Services/Ordering/Ordering.API/settings.json

+ 0
- 1
docker-compose.override.yml View File

@ -80,7 +80,6 @@ services:
- UseCustomizationData=True
- AzureServiceBusEnabled=False
- CheckUpdateTime=30000
- GracePeriodTime=1
- ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY}
- OrchestratorType=${ORCHESTRATOR_TYPE}
- UseLoadTest=${USE_LOADTEST:-False}


+ 0
- 1
docker-compose.prod.yml View File

@ -85,7 +85,6 @@ services:
- UseCustomizationData=True
- AzureServiceBusEnabled=False
- CheckUpdateTime=30000
- GracePeriodTime=1
- ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY}
- OrchestratorType=${ORCHESTRATOR_TYPE}
- UseLoadTest=${USE_LOADTEST:-False}


+ 0
- 2
src/Services/Ordering/Ordering.API/OrderingSettings.cs View File

@ -7,8 +7,6 @@
public string EventBusConnection { get; set; }
public int GracePeriodTime { get; set; }
public int CheckUpdateTime { get; set; }
}
}

+ 0
- 1
src/Services/Ordering/Ordering.API/settings.json View File

@ -12,7 +12,6 @@
},
"AzureServiceBusEnabled": false,
"SubscriptionClientName": "Ordering",
"GracePeriodTime": "1",
"CheckUpdateTime": "30000",
"ApplicationInsights": {
"InstrumentationKey": ""


Loading…
Cancel
Save