This website requires JavaScript.
Explore
Help
Sign In
go-pkg
/
asynq
Watch
2
Star
0
Fork
0
You've already forked asynq
mirror of
https://github.com/hibiken/asynq.git
synced
2025-02-24 04:40:17 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
asynq
/
tools
/
asynqmon
/
main.go
8 lines
99 B
Go
Raw
Normal View
History
Unescape
Escape
Add command "asynqmon" for monitoring
2019-12-03 20:02:29 -08:00
package
main
Use cobra for tools
2019-12-06 06:51:55 -08:00
import
"github.com/hibiken/asynq/tools/asynqmon/cmd"
Add command "asynqmon" for monitoring
2019-12-03 20:02:29 -08:00
func
main
(
)
{
Use cobra for tools
2019-12-06 06:51:55 -08:00
cmd
.
Execute
(
)
Add command "asynqmon" for monitoring
2019-12-03 20:02:29 -08:00
}
Reference in New Issue
Copy Permalink