This website requires JavaScript.
Explore
Help
Register
Sign In
pkg
/
timerx
Watch
1
Star
0
Fork
0
You've already forked timerx
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
v1.0.5
timerx
/
readme.md
T
yun
3ccce0bba2
create cluster
2023-08-27 23:39:58 +08:00
377 B
Raw
Permalink
Blame
History
开发目标
支持单机定时
支持集群定时
支持间隔定时
支持固定时间
支持全局唯一
设计思想
不再单独区分单机还是集群,统一按集群处理,单机只是集群里面只有一个节点
计算和执行分离,计算只负责计算,执行只负责执行,计算和执行之间通过消息队列进行通信
Reference in New Issue
View Git Blame
Copy Permalink