<Nanoyaru>
I had shutdown a worker from the masters webapp, but now very time I restart buildbot worker it automatically stops, here's the twistd.log of the worker:
<Nanoyaru>
2023-01-02 21:43:09+0100 [Broker,client] message from master: attached
<Nanoyaru>
2023-01-02 21:43:09+0100 [Broker,client] message from master: attached
<Nanoyaru>
2023-01-02 21:43:09+0100 [Broker,client] Connected to buildmaster; worker is ready
<Nanoyaru>
2023-01-02 21:43:09+0100 [Broker,client] sending application-level keepalives every 600 seconds
<Nanoyaru>
2023-01-02 21:43:09+0100 [-] Received SIGTERM, shutting down.
<Nanoyaru>
2023-01-02 21:43:09+0100 [-] Stopping factory <buildbot_worker.pb.BotFactory object at 0x7fb638d9d670>
<Nanoyaru>
2023-01-02 21:43:09+0100 [-] Main loop terminated.
<Nanoyaru>
2023-01-02 21:43:09+0100 [-] Server Shut Down.
<Nanoyaru>
Any idea how to get the worker running?
<felixfontein>
it sounds a bit like your init/supervisor/... system that starts the worker is killing it again
<Nanoyaru>
the master is actually run in a python virtual environment and the worker is a debian package and the worker starts with a systems service