Browse Source

add Unique scheduler identifier of a Webhook node

pull/549/head
cKey 4 years ago
parent
commit
0eff02e078
  1. 3
      aspnet-core/services/LY.MicroService.WebhooksManagement.HttpApi.Host/appsettings.Development.json

3
aspnet-core/services/LY.MicroService.WebhooksManagement.HttpApi.Host/appsettings.Development.json

@ -72,7 +72,8 @@
"quartz.dataSource.tkm.provider": "MySqlConnector",
"quartz.jobStore.clustered": "true",
"quartz.serializer.type": "json",
"quartz.scheduler.instanceName": "webhook"
"quartz.scheduler.instanceName": "webhook",
"quartz.scheduler.instanceId": "35bdbf8d-8c51-479b-970d-f09e6093b1ce"
}
},
"Redis": {

Loading…
Cancel
Save