Skip to content

Commit

Permalink
Update task-manager.json
Browse files Browse the repository at this point in the history
Signed-off-by: JHancox <[email protected]>
  • Loading branch information
JHancox authored Jun 6, 2024
1 parent a95f37f commit 8ced668
Showing 1 changed file with 5 additions and 30 deletions.
35 changes: 5 additions & 30 deletions deploy/monai-deploy-express/configs/task-manager.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"workflowRequest": "md.workflow.request",
"exportComplete": "md.export.complete",
"exportRequestPrefix": "md.export.request",
"taskCallback": "md.tasks.callback"
"taskCallback": "md.tasks.callback",
"exportHl7": "md.export.hl7"
},
"dicomAgents": {
"dicomWebAgentName": "monaidicomweb",
Expand All @@ -42,7 +43,7 @@
"virtualHost": "monaideploy",
"exchange": "monaideploy",
"deadLetterExchange": "deadLetterExchange",
"deliveryLimit": "5",
"deliveryLimit": "3",
"requeueDelay": "0"
},
"subscriberServiceAssemblyName": "Monai.Deploy.Messaging.RabbitMQ.RabbitMQMessageSubscriberService, Monai.Deploy.Messaging.RabbitMQ",
Expand All @@ -55,7 +56,8 @@
"deadLetterExchange": "monaideploy-dead-letter",
"exportRequestQueue": "export_tasks",
"deliveryLimit": 3,
"requeueDelay": 30
"requeueDelay": 3,
"prefetchCount": 5
}
},
"storage": {
Expand Down Expand Up @@ -91,32 +93,5 @@
"UseUtcTimestamp": true
}
}
},
"Serilog": {
"Enrich": [ "FromLogContext", "WithMachineName", "WithThreadId" ],
"Properties": {
"enviroment": "Production",
"serviceName": "MTM"
},
"WriteTo": [
{
"Name": "File",
"Args": {
"path": "logs/MTM-.log",
"rollingInterval": "Day",
"rollOnFileSizeLimit": true,
"fileSizeLimitBytes": "10485760",
"retainedFileCountLimit": 30,
"formatter": "Serilog.Formatting.Json.JsonFormatter, Serilog"
}
},
{
"Name": "Http",
"Args": {
"requestUri": "http://logstash:50000",
"queueLimitBytes": null
}
}
]
}
}

0 comments on commit 8ced668

Please sign in to comment.