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
2024-11-10 11:31:58 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
d2eeaf6ab1
asynq
/
tools
/
asynqmon
/
main.go
8 lines
99 B
Go
Raw
Normal View
History
Unescape
Escape
Add command "asynqmon" for monitoring
2019-12-04 12:02:29 +08:00
package
main
Use cobra for tools
2019-12-06 22:51:55 +08:00
import
"github.com/hibiken/asynq/tools/asynqmon/cmd"
Add command "asynqmon" for monitoring
2019-12-04 12:02:29 +08:00
func
main
(
)
{
Use cobra for tools
2019-12-06 22:51:55 +08:00
cmd
.
Execute
(
)
Add command "asynqmon" for monitoring
2019-12-04 12:02:29 +08:00
}
Reference in New Issue
Copy Permalink