jpedrick-numeus
jpedrick-numeus
I'm running into an issue with this as well. A package, which is around 160Mb, is hosted in a private CodeArtifact repository. I get the following warnings for _every single...
> @jpedrick-numeus unfortunately this is a problem with CodeArtifact — they should support the modern metadata API so we don't need to download wheels to inspect their requirements and if...
@desertaxle that would work for me. In my case I only need the pod state to be tracked so that prefect knows to move on to the next job in...
@jameswu1991 I started looking into this today as this problem is increasingly an issue w/ EC2 Spot instances. I noticed with [prefect-kubernetes](https://docs.prefect.io/integrations/prefect-kubernetes/index#list-jobs-in-a-namespace) that it's possible to list the running jobs....
@desertaxle @jameswu1991 I was able to work around this issue in Kubernetes with a scheduled flow that uses the infrastructure_pid to find if any pods exist. This likely would need...