Pablo Casares
Pablo Casares
## Why are the changes needed? We are experiencing high load on query: ```SELECT * FROM "executions" WHERE executions.execution_project = $1 AND executions.execution_domain = $2 AND executions.phase in ($3) AND...
### Describe the bug Flyte array plugin tasks fail because it seems that the pod is being modified externally and then the pod information stored in the propeller does not...
### Describe the bug When checking the LaunchPlan view: https:///console/projects//domains/production/launchPlans/?duration=all The details list shown doesn't correspond to the latest LaunchPlan registered. In our case it is showing the details from...
### Describe the bug In some workflows executions using the map_task the workflow fails because of ` [498]: code:"ResourceDeletedExternally" message:"resource not found, name [ingestion-pipeline-production/jtep6yfsp4re7teyxnfs-n4-0-498]. reason: pods \"jtep6yfsp4re7teyxnfs-n4-0-498\" not found" [500]:...
# Tracking issue https://github.com/flyteorg/flyte/issues/5271 # Why are the changes needed? These changes are needed to fetch the latest LaunchPlan in the LaunchPlan details view ## Type - [x] Bug Fix...
### Describe the bug After upgrading our cluster to v1.12.0 some workflow executions got stuck in "running" state when a subworkflow node failed. It seems that the failed state from...
### Describe the bug Flyte propeller crashes with a concurrent map writes fatal error in version v1.1.116. We had several goroutines running while the crash happened but I think this...