Is there a way to run multiple dosing automations simultaneously?

I want to be able to run two different dosing automations, where one watches pH to add base and another watches another parameter to add media. But because they’re run through the dosing automation job I can’t run them simultaneously. Is there an easier way than to have to run them as background jobs individually?

This is probably going to be possible in the future, but not soon. I would suggest creating a background job for the pH system. Alternatively, you could write a new custom dosing automation that dose both pH and the media addition.

1 Like

Thanks, I’ll just dump all my automations into one job for now then!