package
1.3.6
Repository: https://github.com/hyy-yu/seckill.pkg.git
Documentation: pkg.go.dev

# README

延时任务调度器

利用ETCD或者Redis实现的分布式延时任务调度器,基于ETCD或者Redis提供的过期通知机制。 不依赖特定的任务调度框架如:XXL-Job\Quartz等,是一种比较简单的程序内方案。

但是对任务执行时间没有精确保证。

任务调度时将使用ETCD或者Redis做分布式锁,保证在多副本下服务只有一个节点会执行任务。

此调度器只是简单实现,有定时调度的能力,但有可能丢失定时任务。

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Interfaces

ElasticJob 分布式定时(延时)执行器.

# Type aliases

No description provided by the author
No description provided by the author