kymr / conductor

Conductor is a microservices orchestration engine - https://netflix.github.io/conductor/
Apache License 2.0
0 stars 0 forks source link

Summary - Task Workers #9

Closed kymr closed 6 years ago

kymr commented 6 years ago

Link

kymr commented 6 years ago

Background

kymr commented 6 years ago

Java

WorkflowTaskCoordinator

Worker

Property Description
paused boolean. If set to true, the worker stops polling.
pollCount No. of tasks to poll for. Used for batched polling. Each task is executed in a separate thread.
longPollTimeout Time in millisecond for long polling to Conductor server for tasks
conductor.worker. Applies to ALL the workers in the JVM
conductor.worker.. Applies to the specified worker. Overrides the global property.