We are looking to migrate from Luigi to Flyte. One...
# ask-the-community
s
We are looking to migrate from Luigi to Flyte. One of the functionality we want to carry over is running multiple tasks within the same pod. Looks like each task in Flyte runs on same separate K8s pod. Some of our Luigi tasks are pretty lightweight that running as a separate pod would be a overkill. Map tasks in Flyte might not fit in the context as the input and signature of the task are different. Other then rewriting our code is there a way to achieve this? Also, are there any libraries readily available that would convert/interpret a Luigi task into Flyte workflow?