Replies: 1 comment 2 replies
-
|
Interesting idea. Would be great to see more live information about the consumer. But i think this is only a solution for "thread" worker type, isn't it? See: https://huey.readthedocs.io/en/latest/consumer.html#worker-types At least you have to add "process id", too. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey friends, I've implemented some functionality to know what each of my workers is doing.
If you think it is useful I can provide a PR for this.
We'll use a
WorkerInfomodel like:(and maybe add a few more fields if needed)
Then register the following signals:
Then we'll get sometihng like this on our admin:
I think this is useful (at least for me) to know that my workers are active and to see what they are doing (for example if a task has stuck).
Kind regards,
Serafeim
Beta Was this translation helpful? Give feedback.
All reactions