https://github.com/cold-bin/mini-cron
cron定时任务,粗略地效仿了时间轮算法
https://github.com/cold-bin/mini-cron
Last synced: about 2 months ago
JSON representation
cron定时任务,粗略地效仿了时间轮算法
- Host: GitHub
- URL: https://github.com/cold-bin/mini-cron
- Owner: cold-bin
- Created: 2022-07-18T16:12:02.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T06:32:39.000Z (over 2 years ago)
- Last Synced: 2025-02-28T10:39:50.114Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 定时任务框架
略显笨拙的实现,还有很多的问题。仅仅只是一个对于时间轮算法的丐版实现,后面有时间再改一下