书栈网 · BookStack 本次搜索耗时 0.011 秒,为您找到 126 个相关结果.
  • High Available

    Introduction Configuration Introduction The high availability of the scheduler is achieved by running several ElasticJob-Cloud-Scheduler instances pointing to the same ZooKeep...
  • Deploy Guide

    Scheduler deployment steps Job deployment steps Scheduler configuration steps Scheduler deployment steps Start ElasticJob-Cloud-Scheduler and Mesos, and specify ZooKeeper as...
  • 部署指南

    调度器部署步骤 作业部署步骤 调度器配置步骤 调度器部署步骤 启动 ElasticJob-Cloud-Scheduler 和 Mesos 指定作为注册中心的 ZooKeeper 启动 Mesos Master 和 Mesos Agent 解压 elasticjob-cloud-scheduler-${version}.tar.gz 执行 bi...
  • 使用 Spring Boot Starter

    作业配置 实现作业逻辑 配置协调服务与作业 作业启动 定时调度 一次性调度 配置错误处理策略 记录日志策略 抛出异常策略 忽略异常策略 邮件通知策略 企业微信通知策略 钉钉通知策略 ElasticJob-Lite 提供自定义的 Spring Boot Starter,可以与 Spring Boot 配合使用。 基于 Elastic...
  • 1. 概览

    简介 ElasticJob-Lite ElasticJob-Cloud 功能列表 环境要求 Java Maven ZooKeeper Mesos(仅 ElasticJob-Cloud 使用) ElasticJob 是面向互联网生态和海量任务的分布式调度解决方案,由两个相互独立的子项目 ElasticJob-Li...
  • 3.1. 调度模型

    进程内调度 进程级调度 与大部分的作业平台不同,ElasticJob 的调度模型划分为支持线程级别调度的进程内调度 ElasticJob-Lite,和进程级别调度的 ElasticJob-Cloud。 进程内调度 ElasticJob-Lite 是面向进程内的线程级调度框架。通过它,作业能够透明化的与业务应用系统相结合。 它能够方便的与 Spri...
  • 3.6. Job Open Ecosystem

    Job interface Actuator interface Flexible customized jobs is the most important design change in ElasticJob 3.x . The new version is based on the design concept of the Apache Sh...
  • 5. Dev Manual

    ElasticJob provides dozens of SPI based extensions. it is very convenient to customize the functions for developers. This chapter lists all SPI extensions of ElasticJob. If there...
  • 部署指南

    应用部署 运维平台和 RESTFul API 部署(可选) 应用部署 启动 ElasticJob-Lite 指定注册中心的 ZooKeeper。 运行包含 ElasticJob-Lite 和业务代码的 jar 文件。不限于 jar 或 war 的启动方式。 当作业服务器配置多网卡时,可通过设置系统变量 elasticjob.preferred.n...
  • 使用 Spring 命名空间

    引入 Maven 依赖 配置 作业启动 引入 Maven 依赖 引入 elasticjob-lite-spring <dependency> <groupId> org.apache.shardingsphere.elasticjob </groupId> <artifactId> elasticjob-lite-s...