Categorygithub.com/et-zone/gcelery
repositorypackage
0.0.0-20201128151709-caf5360d17b5
Repository: https://github.com/et-zone/gcelery.git
Documentation: pkg.go.dev

# Packages

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

# README

github.com/et-zone/gcelery

What about Gcelery

Gcelery, 功能和python的celery框架类似的异步任务框架,功能可参考celery。

  • 主要功能
    • 自定义worker路径,用于gcelery执行异步程序
    • client 集成到项目中
    • 支持tls 模式
    • 支持定时任务
    • 支持异步任务(用于持续执行相关业务)
    • 支持task任务,可以获取返回数据,(可以异步获取响应,需要自己起Goroutine)

性能(8核16G 3.2GHz 服务器)

极限测试
  • Server支持10万级 op/s

install

`go get -u github.com/et-zone/gcelery`