anders314159

Results 9 comments of anders314159

I think also adding this option to the CLI makes sense

1. Is there a failing example for this issue? 2. Will `$ racetrack deploy job.yaml` succeed while kubectl apply runs in the kubernetes plugin? Where is the timeout? 3. Do...

Without any specific examples of where it goes wrong, it is difficult to design specific policies. However, in my locally setup kind cluster, most of the time series are related...

We might consider aggregating or outright removing some of the metrics/labels that are scraped from Postgres. On the other hand, compression might take care of most of Postgres metrics, which...

It also sounds like a fun thing to implement.

This issue popped up with Pydantic (ours is ==2.6.1 atm) and a certain Walking Cat (theirs is not 2.6.1) when using the Dockerfile jobtype, so we might want to look...

The more I [read](https://discuss.python.org/t/can-vendoring-dependencies-in-a-build-be-officially-supported/13622) and [think](https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTu4SELW-fAJF-ogV-K4VlwJ2V2VXISuAwsa2Yx-CKcTD5rdwHJj4T0cuINVS-tyY5JddY&usqp=CAU) about vendoring, the less I like it. We are taking on the responsibilities of maintaining our vendored package with all that entails. I'd rather...

So the problem was Django, and not Postgres being 'slow'? Or was it an unfortunate combination of the two? Reading the above, I am in favor of removing Django database...

If there already is an infrastructure plugin with the same name, we can replace it. Should we require that the [replace flag](https://github.com/TheRacetrack/racetrack/blob/dad59b582cecd06d109f709086fe4b2e015e2adc/lifecycle/lifecycle/endpoints/plugin.py#L82) is set before replacing the infrastructure plugin, or...