field to tune this, but I could not find examples about how to fill that (is it a number? a string? a map?).
Would you link me to some resource about this?
h
hallowed-mouse-14616
08/15/2023, 8:12 PM
So it looks like the
1/1024
is a constraint from the freecache (v1.1.1) library we're using. However, as you mentioned we can configure the cache size using the
then the cache is disabled.
Looking through these values in the flyte deployments it seems like they should be updated as they're relatively arbitrary. Are you using a default deployment and running into these issues?
hallowed-mouse-14616
08/15/2023, 8:15 PM
Also, does the workflow fail because of this? We probably should warn if it exceeds the cache size, but fallback to just not using the cache.
t
thankful-tailor-28399
08/16/2023, 10:17 AM
Hey! Thanks for coming back. It’s not failing, but we’re getting error logs for this. Maybe an info should be more appropiate?
And I’m investigating why I have some queued tasks in the propeller which disappear if I restart the deployment; I think these things might be causing that, but not sure, trying to validate still