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 retries when getting HTCondor job status with `condor_q` #154

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.

meliache commented 2 years ago

Upps, made a mistake when rebasing