Sandeep Bhardwaj
Sandeep Bhardwaj
**Description** Add replay feature as a sub domain for replay inside scheduling domain. **Acceptance Criteria** - Replay functionality can be a separate subdomain as part of scheduling domain. Depends on...
**Description** As part of this we will introduce a domain for dealing with jobs which are scheduled on are in running state. **Acceptance Criteria** - All the code related to...
**Description** Add domain module to handle the core job management domain. We need to encapsulate the dependency resolution and other pieces so that they can only be access by proper...
**Description** Create a module to handle and encapsulate the logic related to resource management. **Acceptance Criteria** - [ ] All handlers, service etc are present in the module. - [...
**Description** All the code related to tenancy like project, namespace and secret will move to a module which contains all the code related to working with tenancy inside the application....
**Description** We are using gorm to query the postgres database, in the current implementation we are facing issues related to high memory consumption which can be due to way be...
**Description** To facilitate the migration of stores away from gorm, we will need to cover all the stores with benchmark so that we can identify the changes in performance. **Acceptance...
**Description** Current definition of a window uses time.Duration as base for all the calculations, which leads to optimus storing window configuration in nanosecond for both size and delay. Also the...
**Description** Currently not everyone uses window for size of data to use for job, this should be made optional. People should omit window definition when they need to use all...