hedulerx.schedulerx2-worker.1.9.6.source-code.schedulerx-worker.properties Maven / Gradle / Ivy
groupId=1-1
#domainName=127.0.0.1:8080
worker.version=1.9.6
//taskMaster
worker.master.standalone=com.alibaba.schedulerx.worker.master.StandaloneTaskMaster
worker.master.broadcast=com.alibaba.schedulerx.worker.master.BroadcastTaskMaster
worker.master.parallel=com.alibaba.schedulerx.worker.master.ParallelTaskMater
worker.master.grid=com.alibaba.schedulerx.worker.master.GridTaskMaster
worker.master.batch=com.alibaba.schedulerx.worker.master.BatchTaskMaster
worker.master.sharding=com.alibaba.schedulerx.worker.master.ShardingTaskMaster
//container
worker.container.type=thread
//executor
worker.executor.shell=com.alibaba.schedulerx.worker.processor.ShellProcessor
worker.executor.java=com.alibaba.schedulerx.worker.processor.JavaProcessor
worker.executor.python=com.alibaba.schedulerx.worker.processor.PythonProcessor
worker.executor.go=com.alibaba.schedulerx.worker.processor.GoProcessor
worker.executor.dataworks=com.alibaba.schedulerx.worker.processor.DataWorksProcessor
worker.executor.springschedule=com.alibaba.schedulerx.worker.processor.SpringScheduleProcessor
worker.executor.http=com.alibaba.schedulerx.worker.processor.HttpProcessor
//timer
worker.timer.tasks=com.alibaba.schedulerx.worker.timer.JobInstanceCheckTimer,\
com.alibaba.schedulerx.worker.timer.ZombieContainerCheckTimer,\
com.alibaba.schedulerx.worker.timer.MetricsCollectorTimer,\
com.alibaba.schedulerx.worker.timer.TaskMasterUpdateWorkersTimer,\
com.alibaba.schedulerx.worker.timer.DomainNameUpdateTimer,\
com.alibaba.schedulerx.worker.timer.LabelFromEdasFetchTimer
batch.work.enable=true
//logcollector
log.collector.type=default
log.collector.default=com.alibaba.schedulerx.worker.logcollector.DefaultLogCollector
log.collector.sls=com.alibaba.schedulerx.worker.logcollector.SlsLogCollector