-
Worker objects' id property is a long hex string, like a UUID ("e10746a9-88ee-43e6-adc4-5ca3023dea62"), but the id of workers of a Queue with the getWorkers() method, are just numbers, in my case, around 20000. How do I get one or the other kind of id from both interfaces to have have a way to identify which workers are doing what, and which are active. |
Beta Was this translation helpful? Give feedback.
Answered by
andrisi
Aug 5, 2024
Replies: 1 comment
-
Solution to get the identifier from the Worker class, the same you get with the getWorkers() call, which is actually the Redis client id of one of the the connections used.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
andrisi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solution to get the identifier from the Worker class, the same you get with the getWorkers() call, which is actually the Redis client id of one of the the connections used.