Understanding Sticky Cache Size

It is a cache. It is used for performance optimization only. So, there is no need to cache all workflows in flight unless you are implementing a very latency-sensitive use case.

The total cache size is the cache size of a single worker multiplied by the number of workers.

1 Like