CueObserve icon indicating copy to clipboard operation
CueObserve copied to clipboard

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

Open sachinkbansal opened this issue 2 years ago • 1 comments

Discussed in https://github.com/cuebook/CueObserve/discussions/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 avatar Sep 16 '21 08:09 sachinkbansal

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

itsmesrds avatar Sep 17 '21 06:09 itsmesrds