Essentially, we were loading ever active deal every time a stray was claimed, now we try to use fid_cid mappings to make the lookup faster, and if that for some reason fails, we fall back on loading every active deal. This should improve memory usage A LOT!
Claim Strays Memory Fix
Never again
Essentially, we were loading ever active deal every time a stray was claimed, now we try to use
fid_cid
mappings to make the lookup faster, and if that for some reason fails, we fall back on loading every active deal. This should improve memory usage A LOT!