Hi all, I have a window() that performs external IO to a database (Aerospike). It seems that window() gets called at pretty much the same time for every partition. I want to make all containers to execute window() at different time so they distribute the IO load evenly across time. Is it possible?
Thanks, Jack