so I have created a financial analysis workflow that pulls data from an API then performs a series of calculations. However the process can only calculate returns for a single day and I need to generate returns for multiple days. My first though is if I have a server/dask cluster big enough, I can run X number of workflows in parallel