Hi, I have a job that gets N connectionStrings and opens a connection for each one, then get some data from them and create a Json file.
My problem comes when I have two connectionStrings. If I don't have any problem with them works perfectly, but if the first connection fails, the job stops, and I need that the second connection does this job even if the first one fails.