What is the requirement? Please describe.
At the moment in Experiment, we pass a couple of different 'scheduler args':
sched_args={"ignore_ingest": False, "use_workflow_dop": True
We have to repeat this everywhere to make the simulation run the way we want to, but this is actually the default/expected way to run the simulation (at the moment).
Describe the solution you'd like
These arguments are actually what we want to use as default, so we should just use those as default. There's still the option to modify these, but these are the best use cases for defaults.
Describe alternatives you've considered
Additional context