Summary
The user is experiencing an issue with Flyte where a task processing a 300 KB dictionary is stuck in the "running" state despite the logic being completed. The task pod does not progress, and the only error log indicates a failure to cache metadata due to entry size limitations, along with a warning about casting contentMD5. The output is a pydantic model, but attempts to change the output have not resolved the issue. The user suggests increasing verbosity by running with FLYTE_SDK_LOGGING_LEVEL=10
, but there are no logs indicating where the task is getting stuck after the logic finishes.