Ketan Umare

Results 48 issues of Ketan Umare

I was going through the example to try out Simpleflow. I noticed that after a few execution I had about 50-80 processes running Activity Poller and Decision Poller. I thought...

Flyte supports custom types, that users can use natively in their code and Flyte handles the transport and maintenance of the actual data. This alleviates the complexity of using data...

- The implementation aims to provide equal worker allocation across all namespaces. This avoids one namespace from taking over all workers and thus increasing the latency to process a namespace...

### Describe the bug Flyte Scheduler uses backoffs to try and recover from errors in communicating with FlyteAdmin. But, the backoff logic can lead to extremely large back-offs. https://github.com/flyteorg/flyteadmin/blob/f0e4c890ee4e872d32541a6e9f02adbeb2656f47/scheduler/executor/executor_impl.go#L99 ###...

bug

### Motivation: Why do you think this is important? Sometimes errors are not easy to understand, sometimes stack traces are raised. Also tables and other things can be rendered much...

enhancement
untriaged

### Motivation: Why do you think this is important? Currently to start sandbox flyteadmin needs a postgres server. GORM supports sqlite3 and this should be possible to use with flyteadmin...

enhancement
flyteadmin

### Describe the bug CAses in which the flytekit generated error is more than 2KB (default), flytepropeller simply truncates the message. This is undesirable. Moreover, there is a default trimming...

bug

### Motivation: Why do you think this is important? Working with large parquet files can be cumbersome and hard, especially in tight training loops. Petastorm can simplify this. This can...

plugins
flytekit

# Motivating Example 1 ## Motivation: Why do you think this is important? It is possible that users may define their tasks as async ```python @task async def foo(): pass...

enhancement
flytekit

# TL;DR this PR improves the code behind pyflyte register accomplishing, - faster performance - better visualization - simplified logic with a clean flow - all programmatic APIs, to invoke...