Jason Parraga
Jason Parraga
## Tracking issue Closes https://github.com/flyteorg/flyte/issues/3220 ## Why are the changes needed? These changes are needed to use cloud events with kafka brokers with password or certificate auth enabled. ## What...
## Why are the changes needed? This pull request is some follow up work from https://github.com/flyteorg/flyte/pull/5767 to clean up auto refresh so that it has a constructor that returns a...
During initialization, the Armada Scheduler pulls the entire lifetime of jobs and job runs from the database in order to build its in-memory state. This leads to a memory consumption...
### What problem do you want to solve? Currently there are traces but no metrics. Having OTEL metrics for gRPC servers and clients is an incredibly useful feature. ### Describe...
## Tracking issue Closes #6435 ## Why are the changes needed? Without these changes followers/replicas in highly available deployments will enqueue workflows until they saturate the work queue. Once the...
### Describe the bug The following code does not appear to let all of the `maybe_fail_task` calls complete when one of them fails. ```python @workflow() def parent_workflow() -> str: return...
## Tracking issue Closes #3305 ## Why are the changes needed? Flyte data may be stored in S3 buckets that have retention policies. If those retention policies delete the underlying...
## Why are the changes needed? Keeping Go up to date is beneficial since new versions have improvements for common source of bugs/issues as well as performance improvements and new...
**Describe the bug** We recently upgraded the Argo CD Image Updater (from an old fork off of v0.13) and found a regression where Kustomize patches were broken and Argo CD...
## Why are these changes needed? I work on some code that integrates with kuberay and we noticed some printlns in the output. I have removed unnecessary printlns and moved...