For ContainerTask usage, I'm getting the task cont...
# flyte-v1-support
r
For ContainerTask usage, I'm getting the task container will execute fairly promptly, but then the upload container gets stuck for a while and I see "Container start detection aborted" in the logs. I don't believe I changed
containerStartTimeout
, but maybe I did somehow... what might touch this attribute?
c
you're not using MapTasks right?
btw, you can change the timeout using this parameter: https://www.union.ai/docs/flyte/deployment/configuration-reference/flytepropeller-config/#start-timeout-configduration under the co-pilot config block
by default is 100s
r
no
map_tasks
here, actually @average-finland-92144 I'd love to +1 the issue related to enabling
map_tasks
for
ContainerTask
https://github.com/flyteorg/flyte/issues/6277 thank you so much @average-finland-92144 that fixed my delay!!!! happy users now thank you!! wish I understood what was causing the spinwait hangup, i even re-helm-installed and still was there. but this works great for now
a
cool feel free to comment or give a thumbs up to that issue