Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Issues in framework affecting autoscaling #95

Open
rohitgr7 opened this issue Sep 27, 2022 · 2 comments
Open

Issues in framework affecting autoscaling #95

rohitgr7 opened this issue Sep 27, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@rohitgr7
Copy link
Contributor

rohitgr7 commented Sep 27, 2022

  1. We need to register new works when traffic increases, but every time we spawn a new work, it takes a lot of time to provision, and most of the time is spent on installing the requirements even though it's the same in all the works. It should cache the requirements.
  2. Once work is stopped, it can't be restarted, so we used a workaround to use UUID once the app is running for too long, it creates a mess in the UI.
@rohitgr7 rohitgr7 changed the title Issues with autoscaling Issues in framework affecting autoscaling Sep 27, 2022
@kaushikb11
Copy link
Contributor

Also, not so pretty hack of using setattr for defining Works

@rohitgr7
Copy link
Contributor Author

yeah , there's a PR already on the platform side to resolve List and Dict structures.

@Borda Borda added the bug Something isn't working label Sep 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants