Hi Flyte community,
Does Flyte happen to support keeping raw containers alive across task requests? I'm experimenting with some java defined workflows that involve spring, but there's a cold start of roughly 30 seconds just from starting up the application in a custom defined pod (not including Flyte overhead).
f
freezing-airport-6809
03/07/2023, 4:21 AM
Not today, but this is definitely a future thing
🙏 1
freezing-airport-6809
03/07/2023, 4:21 AM
30 seconds cold start sounds odd
freezing-airport-6809
03/07/2023, 4:21 AM
Once the task is run, the container should be cached
freezing-airport-6809
03/07/2023, 4:21 AM
Is this jvm
Startup
Time?
w
witty-wall-39635
03/07/2023, 4:30 PM
Yep this is JVM/spring boot startup time
witty-wall-39635
03/07/2023, 7:12 PM
Is there currently an estimate of when this feature will be worked on?