Replies: 1 comment
-
I think this is a limitation of autoscaling. You can try setting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The bug
I am experimenting with using k3s Horizontal Pod Autoscalers, and I've set it up with a machine learning deployment. I've observed the same issue when scaling manually.
When new replicas of the machine learning image are created, they will stay idle until I pause the job inside the administration page, and then unpause them. I would expect the new replicas to pick up pending jobs instead of having to do this manual action.
The OS that Immich Server is running on
K3S v1.29.2
Version of Immich Server
v1.123.0
Version of Immich Mobile App
n/a
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Relevant log output
Logs of new machine-learning pod: [12/21/24 00:59:32] INFO Starting gunicorn 23.0.0 [12/21/24 00:59:32] INFO Listening at: http://[::]:3003 (9) [12/21/24 00:59:32] INFO Using worker: app.config.CustomUvicornWorker [12/21/24 00:59:32] INFO Booting worker with pid: 10 [12/21/24 00:59:37] INFO Started server process [10] [12/21/24 00:59:37] INFO Waiting for application startup. [12/21/24 00:59:37] INFO Created in-memory cache with unloading after 300s of inactivity. [12/21/24 00:59:37] INFO Initialized request thread pool with 4 threads. [12/21/24 00:59:37] INFO Application startup complete.
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions