const TASK_POLL_TIME_EWMA_ALPHA: f64 = 0.1;
How to weigh each individual poll time, value is plucked from thin air.