Closed RicardCForgeFlow closed 4 months ago
Due to performance considerations, the string-based search has been replaced. We have optimized this by directly linking rec.job_ids to queue.job records using a direct relationship defined as a One2many field in the report.async model.
cc @ForgeFlow
Hi @kittiu, some modules you are maintaining are being modified, check this out!
Should merge as minor or major :smiley:
Due to performance considerations, the string-based search has been replaced. We have optimized this by directly linking rec.job_ids to queue.job records using a direct relationship defined as a One2many field in the report.async model.
cc @ForgeFlow