gorush/notify
Bo-Yi Wu a45769c24f
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>
2022-05-05 13:56:28 +08:00
..
feedback.go chore: fix some lint (#626) 2021-08-05 14:11:06 +08:00
feedback_test.go chore: rename gorush to notify package (#609) 2021-07-24 01:56:33 +08:00
global.go chore: rename gorush to notify package (#609) 2021-07-24 01:56:33 +08:00
main_test.go fix: error from golangci-lint tool (#623) 2021-08-03 14:44:00 +08:00
notification.go chore(queue): upgrade queue package and add metrics (#673) 2022-05-05 13:56:28 +08:00
notification_apns.go chore: fix some lint (#626) 2021-08-05 14:11:06 +08:00
notification_apns_test.go chore: fix lint 2021-08-14 22:57:16 +08:00
notification_fcm.go chore: fix lint 2021-08-14 22:57:16 +08:00
notification_fcm_test.go fix: error from golangci-lint tool (#623) 2021-08-03 14:44:00 +08:00
notification_hms.go Fix Huawei issue on nil pointer dereference (#660) 2022-02-12 20:43:47 +08:00
notification_hms_test.go chore: rename gorush to notify package (#609) 2021-07-24 01:56:33 +08:00
notification_test.go chore: rename gorush to notify package (#609) 2021-07-24 01:56:33 +08:00