gorush/status
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
..
status.go chore(queue): upgrade queue package and add metrics (#673) 2022-05-05 13:56:28 +08:00
status_test.go fix: error from golangci-lint tool (#623) 2021-08-03 14:44:00 +08:00
storage.go Separate storage logic from actual business logic (#649) 2022-02-03 17:03:37 +08:00