Giter VIP home page Giter VIP logo

blades-job's Introduction

任务重试机制说明

重试时间间隔

预定义重试间隔(单位:秒),分为10个间隔: {1 *60, 5*60, 10*60, 30*60, 60*60, 2*3600, 5*3600, 10*600, 15*3600, 24*3600}

nextFireTime(下次重试时间) = intervalTime(本次重试间隔) - preIntervalTime(上次重试间隔)

一次性任务重试机制

  • 调用方可以指定重试次数,0代表不重试,最大为10次
  • 每次重建一次性任务会自动清除重试的任务

重复任务重试机制

  • 调用方可以指定重试次数,0代表不重试,最大努力重试次数为10次
  • 如果重复任务的下一次周期小于下次重试时间,将取消重试任务,另外如果重复任务的重试周期不大于1分钟则不启动重试机制
  • 每次重建重复任务会自动清除重试的任务

monitor

monitor

index

index

list

list

add

add

detail

detail

log

log

blades-job's People

Contributors

iusofts avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.