This website requires JavaScript.
Explore
Help
Sign In
pkg
/
asynq
Watch
2
Star
0
Fork
0
You've already forked asynq
mirror of
https://github.com/hibiken/asynq.git
synced
2026-05-11 21:11:34 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
fb24d158aee671d3effad17a423669220d9fbe1b
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