0

As stated in the docs you can Configure --app-max-concurrency for the orders service

# Configure --app-max-concurrency for the orders service
extensions:
- name: dapr
  services:
    orders:
      app-max-concurrency: 1
services:
- name: orders
  project: orders/orders.csproj
- name: products
  project: products/products.csproj
- name: store
  project: store/store.csproj

but when I try on my tye.yaml file I get the following error message:

Error parsing tye.yaml: (23, 7): Expected scalar value for key: "services".
Makhele Sabata
  • 582
  • 6
  • 16

0 Answers0