Leave task containers running for real time results? #1481
Replies: 2 comments 7 replies
-
Hi @ChrisBarefoot great question. Firstly welcome to the community and thank you for the questions. So at the moment Flyte restarts a new pod for every task execution. This is to allow multiple versions to co-exist. And as you experienced this can be slow. This is also because Flyte is optimized for longer running tasks where the overhead can be ammortized. There are a few things we will soon start working on
But these are slated to be released closer to the end of the year. As you can imagine there are a few teams interested in the knative plugin |
Beta Was this translation helpful? Give feedback.
-
Hi Chris,
Just curious, what is your high-level use case? If that's confidential I
completely understand.
…-George
On Wed, Sep 15, 2021 at 1:27 PM ChrisBarefoot ***@***.***> wrote:
Thanks so much @kumare3 <https://github.com/kumare3> for the quick
response. We'll take a look at both of those.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1481 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADC72DDLISCL3DSG5XLUUDUCD6SHANCNFSM5ECUNE5Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
Hey Flyte community.
We're currently playing with Flyte for a proof of concept.
One thing we noticed is that the overhead for small requests of starting and stopping each task's container is significant. Our use case targets real-time responses, if possible.
Is there a concept in flight of leaving those containers up and running and responding to new requests as they come in?
Thanks so much!
Beta Was this translation helpful? Give feedback.
All reactions