Has Agent monitoring been implemented? I just want...
# best-practices
a
Has Agent monitoring been implemented? I just want to be able to check the status of an agent that is running in docker. Every now and then I get a 500 Internal Server Error and agent goes down.
1
k
Hi Angel, not yet. Right now you can see the work queue and any late runs will indicate that the agent is not picking up scheduled work.
👍 1
a
got it, that is the current method I am using to identify if an agent is down. Thank you!