MetPX / sarracenia

https://MetPX.github.io/sarracenia
GNU General Public License v2.0
46 stars 22 forks source link

for #1275 standby mode can be implemented with attempts=0 #1280

Closed petersilva closed 4 weeks ago

petersilva commented 1 month ago

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.

github-actions[bot] commented 1 month ago

Test Results

238 tests   236 ✅  1m 33s ⏱️   1 suites    1 💤   1 files      1 ❌

For more details on these failures, see this check.

Results for commit 7ca9115f.

:recycle: This comment has been updated with latest results.