Multiple instances of RepeatedTimer

Yeah, I don’t think it is check inside ~/.pioreactor/plugins/… for the files. I’m getting this error:

Traceback (most recent call last):
File “/home/pioreactor/poet_alg_a.py”, line 82, in
dc = DosingController(
File “/usr/local/lib/python3.9/dist-packages/pioreactor/background_jobs/base.py”, line 87, in call
obj = type.call(cls, *args, **kwargs)
File “/usr/local/lib/python3.9/dist-packages/pioreactor/background_jobs/dosing_control.py”, line 69, in init
raise KeyError(
KeyError: “Unable to find automation alt_turbidostat. Available automations are [‘chemostat’, ‘fed_batch’, ‘morbidostat’, ‘pid_morbidostat’, ‘silent’, ‘turbidostat’]”

I am trying to call DosingController(“alt_turbidostat”,…) which is a currently-working automation that I can run through the pioreactor1.local/pioreactors Dosing Automation UI.