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

hedulerx.schedulerx2-worker.1.12.1.source-code.schedulerx-worker.properties Maven / Gradle / Ivy

There is a newer version: 1.12.2
Show newest version
worker.version=1.12.1

//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
worker.master.stream=com.alibaba.schedulerx.worker.master.StreamTaskMaster

//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.schedulerx=com.alibaba.schedulerx.worker.logcollector.SchedulerxLogCollector




© 2015 - 2024 Weber Informatics LLC | Privacy Policy