-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @JoanGTSQ, thank you for posting a question. There are a few ways:
Note: via Web UINavigate to the "Servers" tab in the sidebar: via CLIRun the following command: asynq server ls via
|
Beta Was this translation helpful? Give feedback.
Hi @JoanGTSQ, thank you for posting a question.
There are a few ways:
Inspector
type (programmatically)Note:
Also, the term "worker" is overloaded in Asynq. At macro level, it refers to a process running
asynq.Server
. At micro level, it refers to a goroutine processing a task (e.g. aServer
can have multiple workers processing multiple tasks). Either way all three methods listed above can show you the count of "workers".via Web UI
Navigate to the "Servers" tab in the sidebar:
via CLI
Run the following command:
via
Inspector
type (programmatically)Use
Inspector.Servers
.Let me know if you have more questions!