in #1275, we want to have a standby mode, where we just put stuff in the retry queue by default.
I tried implementing it by just setting attempts to 0, and the code crashed... (ok not defined.)
se ok=False before attempt loop fixes it, ran it, and it works as hoped.
in #1275, we want to have a standby mode, where we just put stuff in the retry queue by default. I tried implementing it by just setting attempts to 0, and the code crashed... (ok not defined.) se ok=False before attempt loop fixes it, ran it, and it works as hoped.