From 04600154323a41fad39d0f38851884e258b18765 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?