yrenat commented on PR #6046:
URL: https://github.com/apache/texera/pull/6046#issuecomment-5417397543
One more thing that I think worthwhile to mention:
In this PR branch, an idle Kubernetes CU by default becomes eligible after
24 hours idle, then it is terminated on the next scheduled cleanup sweep, which
runs hourly by default.
In this PR branch, it is configured here:
```
texera/common/config/src/main/resources/kubernetes.conf:45:
computing-unit-idle-timeout-minutes = 1440
```
It can be overridden by env var
`KUBERNETES_COMPUTING_UNIT_IDLE_TIMEOUT_MINUTES`.
The cleanup job runs every 60 minutes by default:
`texera/common/config/src/main/resources/kubernetes.conf:48`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]