All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.defaults.yml Maven / Gradle / Ivy

server:
  uworkers:

    # Exposes the uWorkers as REST API
    rest-api:

      # is the rest API enabled?
      enabled: false

      # which will be the base URL for each exposed uWorkers endpoint
      base-endpoint: "/api/internal/uworkers"

      # what is the maximum amount of messages should we queue?
      # -1 means it will be unbounded
      max-task-pool-size: 10

    # Configurations that may apply to every exposed endpoint
    # if otherwise it wasn't override.
    default:

      # The default number of Workers that will be consuming an endpoint
      # 0 - will disable the Worker
      parallelism: 1

      # The default EndpointFactory implementation
      endpoint-factory: kikaha.uworkers.local.LocalEndpointFactory

      # The max messages that will be stored in-memory on the local pool.
      # -1 or 0 - unbounded
      pool-size: -1




© 2015 - 2025 Weber Informatics LLC | Privacy Policy