Unanswered
Hello,
I'M Trying To Spin Up Agents Thru Systemd Service, But It'S Failing:
Hey @<1721336583027691520:profile|ImmenseKoala11> , I have done something similar. My setup is quite a bit different since I had to handle some other internal stuff, but the general idea is the same as yours.
My startup script does a simple clearml-agent daemon --queue <my_queue>
, where <my_queue>
is a queue I created manually from the webapp. I don't need to change it often, so my agents simply connect to the existing queue. Also I don't have the --detatched
flag, I don't think you need it.
I also needed to handle stuff when the agents shuts down, so I had a separate script that does clearml-agent daemon --stop
to be executed at ExecStop
Hope it helps!
50 Views
0
Answers
3 months ago
3 months ago