Incorrect arguments prevent Prometheus::CreateDefaultAlertsWorker from running
We are calling Prometheus::CreateDefaultAlertsWorker
with keyword arguments when the worker is expecting a regular argument.
This is causing the worker not to execute properly.