chore(queue): upgrade queue package and add metrics (#673)
* chore(queue): upgrade queue package and add metrics add new metrics BusyWorkers *prometheus.Desc SuccessTasks *prometheus.Desc FailureTasks *prometheus.Desc SubmittedTasks *prometheus.Desc fix https://github.com/appleboy/gorush/issues/672 Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * chore: update go version Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
5
config/testdata/config.yml
vendored
5
config/testdata/config.yml
vendored
@@ -61,8 +61,9 @@ queue:
|
||||
queue: gorush
|
||||
redis:
|
||||
addr: 127.0.0.1:6379
|
||||
channel: gorush
|
||||
size: 1024
|
||||
group: gorush
|
||||
consumer: gorush
|
||||
stream_name: gorush
|
||||
|
||||
ios:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user