Claud Agent - terminate conditions bug ?
Hi
I have problem with Claud Agent profile config:
Additional terminate conditions:
After certain work time (minutes) - 5
What I assume that it should do:
- It starts up agents (could be multiple). After job worth of 5 minute time is done on the agent - agent is shutdown.
What it does:
- After 5 minutes it stops the agent regardless of the work done on them ( on some not even 1 build run)
This is full config:

Running TeamCity Enterprise 2018.1.1 (build 58406)
Did I miss something with the configuration or this is a bug?
Please sign in to leave a comment.
Hi, currently TC uses just one idle timeout. And it's used in both cases - if instance doesn't start within a certain period or if it's idle for the same period of time. There's an issue to have those values separated: https://youtrack.jetbrains.com/issue/TW-39907.
Please vote for it if you feel it would help you.