I have a Quarto document running on the command line with quarto render. Is it possible to run it with different parameters in parallel?
When I run different parameters at the same time by sending each process to the background, they all start and run for a while, but not all of them finish. I am not expecting the output report to be generated successfully, but I don't understand why not all the chunks are run. Why do some documents finish completely and some break somewhere in the middle?