modulepackage
1.0.20
Repository: https://github.com/oldfritter/sidekiq-go.git
Documentation: pkg.go.dev
# README
SidekiqWorker for Golang
Dependencies 依赖
- Redis
Usage 使用方法
1.在你的项目中的config目录下创建以下文件
workers.yml
This is a example.
2.workers
3.main
workers.yml配置说明
---
- name: TreatWorker # worker的名称
queue: sidekiq:example:treat # 消息进入的queue
log: logs/treat_worker.log # 日志
threads: 1 # 并发处理数量
# Packages
No description provided by the author
# Variables
No description provided by the author
# Interfaces
No description provided by the author