Worker monitoring in real time #284
Unanswered
PainOchoco
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Am working on the board
|
Beta Was this translation helpful? Give feedback.
3 replies
-
Looking into those things
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm trying to find a way to monitor the workers and know when they are working, on what etc.
I saw that apalis-board was a thing but it doesn't seem updated at all. First, do you have plans to bring it back?
Also, when debugging I tried the on_event from the Monitor but it doesn't seem reliable at all; Sometimes it triggers when a worker is started but not reliably, and for the other event types it doesn't triggers at all (Engage, Idle mostly)
Here's a short example that logs with tracing when a worker's status is updated.
When running this example, the start is not reliable (sometimes I get 1, 2, 3, 4 but not 0 starting).
And when the jobs are getting worked on, no info message gets logged.
Am I doing something wrong?
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions