Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-scale anomaly detection & RCA infra from/to Zero #136

Open
sachinkbansal opened this issue Sep 16, 2021 Discussed in #135 · 1 comment
Open

Auto-scale anomaly detection & RCA infra from/to Zero #136

sachinkbansal opened this issue Sep 16, 2021 Discussed in #135 · 1 comment
Assignees
Labels
cloud enhancement New feature or request observe
Milestone

Comments

@sachinkbansal
Copy link
Contributor

Discussed in #135

Originally posted by sdepablos September 15, 2021
Right now CueObserve is using Celery to schedule tasks (plus Redis to save the config). This requires having the system always up for the scheduler to work. In my case, I'd prefer to run this as an "scale to 0" application, either via Cloud Run or App Engine. To that effect, my idea would be to define to schedule in Google Cloud Scheduler, which will then trigger the recalculation, without the need to have a system always up. Which would be the API endpoint to trigger a task?

@sachinkbansal sachinkbansal added enhancement New feature or request observe cloud labels Sep 16, 2021
@itsmesrds
Copy link

It's actually good to split dependent services as individual containers and scale accordingly in a containerized environment.

@sachinkbansal sachinkbansal added this to the v0.4 milestone Sep 17, 2021
@sachinkbansal sachinkbansal modified the milestones: v0.4, v0.3 Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cloud enhancement New feature or request observe
Projects
None yet
Development

No branches or pull requests

3 participants