书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 1015 个相关结果.
  • 使用 Java API

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

    ElasticJob-Lite currently provides TracingConfiguration based on database in the configuration. Developers can also extend it through SPI. // init DataSource DataSou...
  • Use Java API

    Job configuration Job start Timed scheduling One-Off scheduling Job Dump Configuration error handler strategy Log Strategy Throw Strategy Ignore Strategy Email Notification...
  • 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...
  • 导出作业信息

    开启监听端口 执行导出命令 使用 ElasticJob-Lite 过程中可能会碰到一些分布式问题,导致作业运行不稳定。 由于无法在生产环境调试,通过 dump 命令可以把作业内部相关信息导出,方便开发者调试分析; 另外为了不泄露隐私,已将相关信息中的 IP 地址以 ip1, ip2… 的形式过滤,可以在互联网上公开传输环境信息,便于进一步完善 Ela...
  • 3.3. 资源分配

    作业运行模式 瞬时作业 常驻作业 调度器 作业应用 作业 资源 资源分配功能为 ElasticJob-Cloud 所特有的功能。 作业运行模式 ElasticJob-Cloud 分为瞬时作业和常驻作业 2 种运行模式。 瞬时作业 在每一次作业执行完毕后立刻释放资源,保证利用现有资源错峰执行。 资源分配和容器启动均占用一定时长,且作...
  • Job API

    ElasticJob-Lite can use for native Java, Spring Boot Starter and Spring namespace. This chapter will introduce how to use them.
  • 3.3. Resource Assign

    Execution mode Transient execution Daemon execution Scheduler Job Application Job Resource The resource allocation function is unique to ElasticJob-Cloud. Execution mode...
  • 作业运行状态监控

    监听作业服务器存活 通过监听 ElasticJob-Lite 的 ZooKeeper 注册中心的几个关键节点即可完成作业运行状态监控功能。 监听作业服务器存活 监听 job_name\instances\job_instance_id 节点是否存在。该节点为临时节点,如果作业服务器下线,该节点将删除。
  • 使用 Java API

    ElasticJob-Lite 在配置中提供了 TracingConfiguration,目前支持数据库方式配置。 开发者也可以通过 SPI 自行扩展。 // 初始化数据源 DataSource dataSource = ...; // 定义日志数据库事件溯源配置 TracingConfigur...