Urgent assistance please :pray: After Flyte was us...
# flyte-support
c
Urgent assistance please 🙏 After Flyte was using lots of memory I modified our values.yaml to increase the "requests" and "limits" values, and deployed as I would normally do. After the deployment (didn't see any errors), all the workflows, tasks, past and current executions completely disappeared from a domain called "production" in two projects pipelines and pipelines-xyz. I'm using Flyte binary. I checked the database to the best of my understanding, and things seem OK (I could see that workflow, tasks and executions exist in the relevant domain. I'm using Flyte 1.14 and I didn't change the version, just resources. Thanks!
I noticed warning message like:
Copy code
Workflow not found in cache.
and:
Copy code
Workflow namespace[pipelines-production]/name[abjx7fr7ntnxch94dvl4] not found, may be deleted.
after Flyte was re-deployed
f
What do you mean by disappeared
c
Turns out the wrong configuration was deployed (in other words - using a different database) 😢 🤦‍♂️
I did however notice these entries in the logs (prior to deployment), now understanding this isn't related - still wondering what do they mean? entries:
Copy code
Failed to load cached flyte workflow, this will cause the dynamic workflow to be recompiled. Error: [CACHE_WRITE_FAILED] Failed to Cache the metadata, caused by: The entry size is larger than 1/1024 of cache size
and
Copy code
Failed to cache Dynamic workflow [[CACHE_WRITE_FAILED] Failed to Cache the metadata, caused by: The entry size is larger than 1/1024 of cache size]
and
Copy code
Workflow not found in cache.
node execution is missing StartedAt