casey
07/01/2021, 8:50 PMaaronsteers
07/01/2021, 9:07 PMinherit_from
option as in our hub project here to declare multiple instances of the same tap. The only thing to watch out for is, if you later want to join them back together as a single job, you may need to manually merge their states. Also, just make sure you use a job_id so that state will be captured for each running instance.
@douwe_maan - Do I have the above correct regarding a merge of states? I imagine you'd need distinct job_ids, because two jobs running simultaneously with the same job_id would probably clobber each other, but I actually haven't tested that myself.douwe_maan
07/01/2021, 9:41 PMcasey
07/02/2021, 8:00 AM