I posted on this before but got crickets. Reading back, my post was overly-verbose and potentially confusing.
My question is: Is there a way to dynamically determine which nodes to run a job against before running the job? If not, is there just a way to simply not fail the job if certain nodes are offline?
Reason: I actually don't care if a certain subset of nodes are down when the job runs. I have a cluster of nodes in AWS that spin up or down depending on the amount of work to be done. I just want to hit the nodes that are online at the time. Seems like this might not be an unheard-of scenario.
Thanks!
Phil