nils-braun / b2luigi

Task scheduling and batch running for basf2 jobs made simple
GNU General Public License v3.0
17 stars 11 forks source link

Add 3 retries for getting HTCondor job status via retry2 package #155

Closed meliache closed 2 years ago

meliache commented 2 years ago

Hopefully solves #116. Replaces PR #134 by using the retry package instead of implementing the retry code ourselves, with the downside of more dependencies.