Giter VIP home page Giter VIP logo

Comments (4)

labulakalia avatar labulakalia commented on May 17, 2024

1.加入redis是为了多调度中心来防止单点挂掉的问题,主要是用来做分布式锁,保存任务状态,及接收实时日志的,如果想用sqlite3,v1.1.0前的版本是支持sqlite3和mysql的,调度节点可以使用v1.1.0以前的版本,worker节点需要最新的版本,以前的版本没提供windows的版本,可能需要重新变一下
2.这个没办法发送执行任务进度吧,如果你想知道任务的运行状况,可以在你运行的程序输出日志,页面上是可以查看到实时日志的。
3.目前是采用grpc交互的,如果想使用其他语言,可以实现proto文件定义的接口就可以,http这块因为需要worker定时发送心跳信息,注册等问题目前没法支持http。

from crocodile.

l-we avatar l-we commented on May 17, 2024

还不如用etcd呢,原生 内嵌 高性能 分布式

from crocodile.

labulakalia avatar labulakalia commented on May 17, 2024

@l-we 当初想过,但是放弃了,因为要存储list,这个主要保存实时日志的,etcd这个没有办法实现的吧

from crocodile.

l-we avatar l-we commented on May 17, 2024

@l-we 当初想过,但是放弃了,因为要存储list,这个主要保存实时日志的,etcd这个没有办法实现的吧

我目前用的是 Dkron,可以参考一下 核心用的是 https://github.com/hashicorp/go-pluginhttps://github.com/tidwall/buntdb

from crocodile.

Related Issues (20)

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.