From e38ea68ee352c6d3bd992bd05080933cee7eb37d Mon Sep 17 00:00:00 2001 From: Ben Clifford Date: Mon, 25 Mar 2024 13:15:35 +0000 Subject: [PATCH] move mutation of poll items status table into block provider executor this might change some behaviour: because it will now perform the mutation on any calls to block provider executor scale in/out, not only the ones driven by job status poller - however I think there are no such calls any more and that everything is driven by the job status poller?