Skip to content

Latest commit

 

History

History
45 lines (42 loc) · 2.13 KB

configuration-controller.md

File metadata and controls

45 lines (42 loc) · 2.13 KB

Rengine configuration for Controller

Configuration

Property Default Example Description
rengine.controller.zookeeper
  .serviceLists localhost:2181 192.168.8.2:2181,192.168.8.3:2181,192.168.8.4:2181
 .namespace rengine
 .baseSleepTimeMilliseconds 1000
 .maxSleepTimeMilliseconds 3000
 .maxRetries rengine
 .sessionTimeoutMilliseconds 0
 .connectionTimeoutMilliseconds 5
 .digest null
rengine.controller.tracing
 .type RDB
 .includeJobNames []
 .excludeJobNames []
rengine.controller.controller
  .disabled false
  .overwrite true
  .monitorExecution true
  .failover false
  .misfire false
  .cron 0/5 * * * * ?
  .timeZone GMT+08:00
  .maxTimeDiffSeconds -1
  .reconcileIntervalMinutes 0
  .autoShardingTotalCount true
  .shardingTotalCount 1
  .shardingItemParameters 0=Beijing,1=Shanghai
  .jobShardingStrategyType null
  .jobExecutorServiceHandlerType null
  .jobErrorHandlerType null
  .jobListenerTypes null
  .description null
rengine.controller.purger
  .logRetentionHour 168
  .logRetentionCount 1_000_000
rengine.controller.client
  .concurrency 10
  .acceptQueue 2