
Reputation
Badges 1
76 × Eureka!I see some keys from apiserver that are a couple of hundreds of mb
Some way more k8s native like a job with a base image and the exported task
Ok found the problem
Thanks for the reply đ
Ok thanks, Iâm searching a way to not be dependent on the aws auto scaler script but rather use a k8s job which will run and die after itâs finished thus saving resources
Reqs to the api
One of the keys:
bâ<class âapiserver.database.model.base.GetMixin.GetManyScrollStateâ>/f4010ba7df0f45dbbea10a71fe568a94"
simple helm install, didnât change anything in values
Returned 400 for users.get_current_user in 3ms, msg=Invalid user (failed loading user)
Hey I have another question:
How to I use gunicorn in api server?
I see that during the build in the entrypoint.sh you have an env called âCLEARML_USE_GUNICORNâ
How do I use it in the helm charts or do I need to build a custom image?
Hi SuccessfulKoala55 ,
On the agent pod the tasks logs are written locally to /tmp/.clearml_agent_out.<random num>.txt
I wanât those logs to also bind to the hosts stdout, with a console handler for example
SuccessfulKoala55 Seems like apiserver uses redis as cache for ui pagination with a long ttl
Thanks! SuccessfulKoala55 Iâll take a look
I had an old cookie from an old deployment thatâs why it didnât recognize my userâŚ
The cookie has a ttl of 3000+ yearsâŚ
Awesome guys! thanks a lot đ
cloned the repo âclearml-helm-chartsâ
Also added the âCLEARML_SUPPRESS_UPDATE_MESSAGEâ env which didnât workâŚ
maybe change the session cookie to 24 hours?
And I checked, both envs are set in the agents pod