Results 58 issues of 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...

feature-request

## 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...

fixed

### 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...

bug
untriaged

## 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...

review-needed
added

## 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...

triage/discuss
changed

**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...

bug

## 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...