Skip to content

feat(huey): flexible backoff algorithms - #1548

Merged
tcely merged 22 commits into
mainfrom
tcely-backoff-with-base_class
Aug 20, 2026
Merged

feat(huey): flexible backoff algorithms#1548
tcely merged 22 commits into
mainfrom
tcely-backoff-with-base_class

Conversation

@tcely

@tcely tcely commented Aug 8, 2026

Copy link
Copy Markdown
Collaborator

Latest on this branch

common/huey.py:

sync/tasks.py:

Original reports from main

common/huey.py:
   22:12 BLE001 Do not catch blind exception: `Exception`
   81:9  SIM103 Return the negated condition directly
  127:13 S110 `try`-`except`-`pass` detected, consider logging the exception
  248:16 BLE001 Do not catch blind exception: `Exception`
  333:21 B015 Pointless comparison. Did you mean to assign a value? Otherwise, prepend `assert` or remove it.
  343:23 TRY201 Use `raise` without specifying exception name
  457:9  RUF059 Unpacked variable `created` is never used
  481:13 S110 `try`-`except`-`pass` detected, consider logging the exception
  545:13 SIM118 Use `key in dict` instead of `key in dict.keys()`
  560:30 FURB136 [*] Replace `seconds if seconds > 0 else 0` with `max(0, seconds)`

sync/tasks.py:
    82:11 RUF059 Unpacked variable `kwargs` is never used
   296:13 PIE790 [*] Unnecessary `pass` statement
   453:5  SIM102 Use a single `if` statement instead of nested `if` statements
   615:15 RUF059 Unpacked variable `new_data` is never used
   888:20 BLE001 Do not catch blind exception: `Exception`
  1129:16 BLE001 Do not catch blind exception: `Exception`
  1134:20 BLE001 Do not catch blind exception: `Exception`

@tcely tcely self-assigned this Aug 8, 2026
@tcely tcely moved this to Todo in Status Aug 8, 2026
@tcely
tcely marked this pull request as ready for review August 8, 2026 12:23
@tcely
tcely force-pushed the tcely-backoff-with-base_class branch 2 times, most recently from 686dd9f to 2e5fc12 Compare August 18, 2026 09:03
@tcely
tcely force-pushed the tcely-backoff-with-base_class branch 2 times, most recently from e15adcf to 917d9a9 Compare August 18, 2026 10:12
@tcely tcely moved this from Todo to In Progress in Status Aug 18, 2026
@tcely
tcely force-pushed the tcely-backoff-with-base_class branch from 880aa09 to 5bf7e9a Compare August 18, 2026 10:30
@tcely
tcely requested a review from meeb August 18, 2026 10:32
@github-project-automation github-project-automation Bot moved this from In Progress to Ready in Status Aug 20, 2026
@tcely
tcely merged commit b699e5c into main Aug 20, 2026
7 checks passed
@tcely
tcely deleted the tcely-backoff-with-base_class branch August 20, 2026 12:14
@github-project-automation github-project-automation Bot moved this from Ready to Done in Status Aug 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants