Gautam Prajapati

Results 10 issues of Gautam Prajapati

## Question I want to monitor metrics coming from a Service object my handler has created. On certain logic - like a metric crossing a certain threshold, I want to...

question

This PR adds a production-ready custom resource definition for the celery cluster. On a high-level, it adds support for the following parameters - - `image` - Container image name to...

This PR contains the following changes - - Add dataclass for custom resource - Utilities for generating Kubernetes resources(Pods, Service, Deployments) for worker and flower - Some refactoring/re-arranging of old...

Here's the accepted CEP for the project - https://github.com/celery/ceps/blob/master/draft/celery-kubernetes-operator.rst This issue is to outline the TODOs and plan the first production-ready release for the operator. - [x] Define the goals...

enhancement

Here's a preliminary architecture proposal for the operator - https://github.com/celery/ceps/blob/master/draft/celery-kubernetes-operator.rst This issue is for any discussion regarding extending/implementation of the same.

Right now, there's no filter on Timer handler which publishes message queue length to parent's status. If the operator is created and parent CR doesn't exist, it will not be...

bug

Standardization in the way the project is built(directory structure, naming conventions etc) is good to have. Need to explore other operator project and do some reorganization.

enhancement

Adding test cases is a must for this project. Explore how operator can be tested from kopf documentation and write tests.

enhancement

https://github.com/celery/ceps/pull/29 describes the first draft of Celery Kubernetes operator. This issue describes some of the open points for the implementation that need exploration. - [ ] Add detailed documentation for...

### Problem definition External sensors and systems often generate data points at frequent intervals — in some cases, every 15 minutes, 24/7. In real-world deployments, the number of such systems...