Sandeep Bhardwaj

Results 19 issues of Sandeep Bhardwaj

At the load of the project we query all the secrets and keep them for use if any piece of code requires them. With this story we will consume the...

refactor
techdebt

Observation: Optimus is using more memory than expected, and gets evicted out of cluster for breaching memory limits. To reduce the amount of memory used by application, we can pass...

techdebt

In some of store methods, the data is queried from multiple tables, where we fetch the associations. This should not be required in most of the cases. We can simplify...

techdebt

Requirement: We want to keep track of memory usage and execution time for various api so that we get to know when some feature regresses the performance for the api....

techdebt

We have the following data from the JobRepository benchmarks: ```shell BenchmarkJobRepository/Save-16 1 1375010724 ns/op 3291376 B/op 11338 allocs/op BenchmarkJobRepository/GetByName-16 1 20054992147 ns/op 98418488 B/op 1075058 allocs/op BenchmarkJobRepository/GetAll-16 1 20741357727 ns/op...

techdebt

**Is your feature request related to a problem? Please describe.** Currently Optimus only provides a way to use a specific image in a job through the plugin, we require a...

enhancement

**Description** Currently the code for cli to read the yaml configuration related to job and resource are present along with server side code. We need to move these to client...

refactor

Currently the configuration inheritance will create a task or hook to be added to all the jobs if added in `this.yaml`, this should inherit only the configuration. This should help...

improvement