Open ggydush opened 6 months ago
The error you're encountering, indicated by FlyteEntityNotExistException
, suggests that the system is unable to locate a specific object, likely due to the dynamic task's outputs not being found at the expected location in S3. This could be a result of the object not being created or being deleted before retrieval. This issue is similar to problems discussed in Flyte GitHub issue #3639 where dynamic tasks sometimes lead to missing entities, causing failures when the system expects those entities to exist.
Would you like more detailed information on potential causes and solutions for this issue?
This is an AI-generated response and your feedback is appreciated! Please leave a 👍 if this is helpful and 👎 if it is not.
Mention @runllm to ask follow-up questions. See runllm.com for more!
Describe the bug
The following exception is thrown sometimes when executing a workflow with a dynamic that spins up multiple tasks:
Expected behavior
No exception when waiting for execution
Additional context to reproduce
Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?