Asher Foa

Results 13 issues of Asher Foa

**Description** It is best practice to make sure a given api resource is defined in the cluster before trying to create it. Example: https://github.com/fluent/helm-charts/blob/154127f95f40ea53f7955826a937340cf2b48dad/charts/fluent-bit/templates/servicemonitor.yaml#L1C1-L1C106

It was added here: https://github.com/Skyvern-AI/skyvern/pull/285 but I don't see any code actually using it also it is not actively maintained https://github.com/joanvila/aioredlock/commits/master/

Discussion: > In pants v1, when a pex was created (for a binary target) it would add some build properties from run tracker: https://github.com/pantsbuild/pants/blob/master/src/python/pants/backend/python/tasks/python_binary_create.py#L171 > > I am mostly interested...