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

    Registry Center Configuration Configuration Core Configuration Description Job Configuration Configuration Core Configuration Description Job Listener Configuration Common Li...
  • 使用 Java API

    作业配置 作业启动 定时调度 一次性调度 配置作业导出端口 配置错误处理策略 记录日志策略 抛出异常策略 忽略异常策略 邮件通知策略 企业微信通知策略 钉钉通知策略 作业配置 ElasticJob-Lite 采用构建器模式创建作业配置对象。 代码示例如下: JobConfiguration jobConfig =...
  • Execution Monitor

    Monitoring job server alive By monitoring several key nodes in the zookeeper registry of ElasticJob-Lite, the job running status monitoring function can be completed. Monitori...
  • Use Java API

    ElasticJob-Lite currently provides TracingConfiguration based on database in the configuration. Developers can also extend it through SPI. // init DataSource DataSou...
  • 3.2. 弹性调度

    分片 分片项 个性化分片参数 资源最大限度利用 高可用 ElasticJob-Lite 实现原理 弹性分布式实现 注册中心数据结构 config 节点 instances 节点 sharding 节点 servers 节点 leader 节点 流程图 作业启动 作业执行 弹性调度是 ElasticJob 最重要的功能,也是这...
  • 事件追踪

    ElasticJob 提供了事件追踪功能,可通过事件订阅的方式处理调度过程的重要事件,用于查询、统计和监控。 目前提供了基于关系型数据库的事件订阅方式记录事件,开发者也可以通过 SPI 自行扩展。
  • 4.2.3. Operation

    This chapter is an operation manual for ElasticJob-Cloud.
  • Job Listener

    ElasticJob-Lite provides job listeners, which are used to perform monitoring methods before and after task execution. Listeners are divided into regular listeners executed by each...
  • Job Development

    Simple Job Dataflow Job Script job HTTP job (Since 3.0.0-beta) ElasticJob-Lite and ElasticJob-Cloud provide a unified job interface, developers need to develop business jobs o...
  • 4.2.1. Usage

    This chapter will introduce the use of ElasticJob-Cloud. Please refer to Example for more details.