Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / jd/tenacity issues and pull requests

#412 - Passing an async function to before/after handler?

Issue - State: open - Opened by seidnerj over 1 year ago - 2 comments

#411 - Can tenacity be used to retry on code http error ?

Issue - State: closed - Opened by Liritt over 1 year ago - 1 comment

#410 - Bunch of effects disppeared from the "Effect" list

Issue - State: closed - Opened by awsms over 1 year ago - 1 comment

#409 - Added the link to documentation for a better experience

Pull Request - State: closed - Opened by Mgajurel over 1 year ago

#408 - Improved View for python snippet

Pull Request - State: closed - Opened by Mgajurel over 1 year ago - 5 comments

#406 - Preserve function default and kwdefault through retry decorator

Pull Request - State: closed - Opened by michael-motional over 1 year ago - 2 comments

#405 - `before_log` doesn't accept LoggerAdapter - mypy

Issue - State: open - Opened by macieyng over 1 year ago - 2 comments

#403 - Async sleep depends on exception attribute value

Issue - State: closed - Opened by 555Russich over 1 year ago - 1 comment

#401 - Typecheck tests

Pull Request - State: closed - Opened by jakkdl almost 2 years ago - 2 comments
Labels: no-changelog

#400 - Add support for async sleep functions in tenacity.retry annotation.

Pull Request - State: closed - Opened by jakkdl almost 2 years ago - 5 comments
Labels: no-changelog

#399 - Add type overloads for async `sleep` function

Issue - State: closed - Opened by Zac-HD almost 2 years ago

#398 - how do i get the type of the exception raised within a retry?

Issue - State: open - Opened by demetrius-mp almost 2 years ago - 1 comment

#397 - wait with proportional, but limited, jitter

Issue - State: open - Opened by moshez almost 2 years ago

#396 - chore: remove support for Python 3.6

Pull Request - State: closed - Opened by jd almost 2 years ago

#394 - Fix tests for typeguard 3.x

Pull Request - State: closed - Opened by felixonmars almost 2 years ago - 1 comment

#393 - Add `retry_if_exception_cause_type` and `wait_exponential_jitter` to __all__

Pull Request - State: closed - Opened by salmon131 almost 2 years ago - 1 comment

#392 - better wait.WaitBaseT annotation

Pull Request - State: closed - Opened by karech almost 2 years ago - 4 comments

#391 - incorrect wait.WaitBaseT annotation

Issue - State: closed - Opened by karech almost 2 years ago

#390 - chore(typing): improve typing of WrappedFn

Pull Request - State: closed - Opened by sileht almost 2 years ago - 1 comment
Labels: no-changelog

#389 - Clients that run MyPy checks with tenacity 8.2.0 produce strange errors

Issue - State: closed - Opened by potiuk almost 2 years ago - 7 comments

#388 - chore(pep8): update code for last black version

Pull Request - State: closed - Opened by sileht about 2 years ago - 1 comment
Labels: no-changelog

#387 - fix: remove __iter__ from AsyncRetring

Pull Request - State: closed - Opened by sileht about 2 years ago - 4 comments

#386 - fix: remove __iter__ from AsyncRetrying

Pull Request - State: closed - Opened by sileht about 2 years ago - 2 comments

#385 - ci: run mypy job

Pull Request - State: closed - Opened by sileht about 2 years ago - 1 comment

#384 - fix(mypy): add missing typing

Pull Request - State: closed - Opened by sileht about 2 years ago - 3 comments
Labels: no-changelog

#383 - ci(deploy): fix typo

Pull Request - State: closed - Opened by sileht about 2 years ago - 1 comment
Labels: no-changelog

#382 - ci: add mypy

Pull Request - State: closed - Opened by sileht about 2 years ago - 3 comments
Labels: no-changelog

#381 - ci: replace CircleCI deplay job by GitHub action

Pull Request - State: closed - Opened by sileht about 2 years ago - 1 comment
Labels: no-changelog

#380 - ci(mergify): replace CircleCI by GitHub action names

Pull Request - State: closed - Opened by sileht about 2 years ago - 3 comments

#379 - ci: add github action jobs

Pull Request - State: closed - Opened by sileht about 2 years ago - 3 comments
Labels: no-changelog

#378 - fix(typing): make explicit what we re-export from root module

Pull Request - State: closed - Opened by sileht about 2 years ago - 2 comments

#377 - Clarify the effect of `reraise=True`

Pull Request - State: closed - Opened by jackdesert about 2 years ago - 1 comment

#375 - Logging issues - before_log() and after_log()

Issue - State: open - Opened by vpogrebi about 2 years ago - 2 comments

#374 - Is it possible to specify retry-dependent wait?

Issue - State: open - Opened by FeiYao-Edinburgh about 2 years ago - 1 comment

#373 - How can I get an exception if a function takes too long to execute?

Issue - State: closed - Opened by zadigus about 2 years ago - 1 comment

#372 - fix: docstring for wait_exponential_jitter

Pull Request - State: closed - Opened by fipped about 2 years ago - 1 comment
Labels: no-changelog

#371 - feat: accept `datetime.timedelta` instances as argument to `stop_after_delay`

Pull Request - State: closed - Opened by theopilbeam about 2 years ago - 1 comment

#370 - Changelog is missing entry for version 8.1.0

Issue - State: open - Opened by tdwright over 2 years ago - 5 comments

#369 - Fix async loop with retrying code block when result is available

Pull Request - State: closed - Opened by victormferrara over 2 years ago - 1 comment

#368 - Code examples are not rendered correctly.

Issue - State: open - Opened by mjmikulski over 2 years ago - 2 comments

#367 - Before outcome always None

Issue - State: open - Opened by stepalxser over 2 years ago - 1 comment

#366 - Added CLI wrapper

Pull Request - State: closed - Opened by Yureien over 2 years ago - 4 comments

#365 - update CI images to cimg/python and add Python 3.10 job

Pull Request - State: closed - Opened by gruebel over 2 years ago - 7 comments

#364 - PY_SSIZE_T_CLEAN macro must be defined for '#' formats (Python 3.10)

Issue - State: closed - Opened by carlosost over 2 years ago - 1 comment

#363 - Allow asynchronous callbacks for AsyncRetrying parameters

Pull Request - State: open - Opened by mastizada over 2 years ago

#362 - feat: Add retry_if_exception_cause_type

Pull Request - State: closed - Opened by Greesb over 2 years ago - 5 comments

#361 - Call another function before retry

Issue - State: open - Opened by ArcangeloGarbellini over 2 years ago - 3 comments

#360 - Cannot easily mock out async sleep function

Issue - State: open - Opened by mattepozz over 2 years ago

#359 - Add retrying shim

Pull Request - State: closed - Opened by groodt over 2 years ago - 4 comments

#357 - Add a "test" extra

Pull Request - State: closed - Opened by carlwgeorge over 2 years ago - 3 comments
Labels: no-changelog

#356 - PEP-541: Publish under retrying on PyPI

Issue - State: open - Opened by groodt over 2 years ago - 4 comments

#355 - Allow asynchronous callbacks for async retries.

Pull Request - State: closed - Opened by mastizada over 2 years ago

#354 - README.rst isn't rendered properly

Issue - State: open - Opened by jabbalaci over 2 years ago - 3 comments

#353 - Decorating a function twice (different tenacity.retry for different exceptions)

Issue - State: closed - Opened by cpina over 2 years ago - 1 comment

#352 - Define a ClientError to fix Sphinx build errors

Pull Request - State: closed - Opened by IsaacG almost 3 years ago - 2 comments

#351 - Implement a wait.wait_exponential_jitter per Google's storage guide

Pull Request - State: closed - Opened by IsaacG almost 3 years ago - 6 comments

#350 - NameError: name 'wait_fixed' is not defined

Issue - State: closed - Opened by nibori almost 3 years ago - 2 comments

#347 - Explicitly export convenience symbols from tenacity/__init__.py

Pull Request - State: closed - Opened by tomasgareau almost 3 years ago - 4 comments

#346 - mypy error: "Callable[..., Any]" has no attribute "retry"

Issue - State: open - Opened by OrBin almost 3 years ago - 2 comments

#345 - Duplicate log entries

Issue - State: closed - Opened by zachliu almost 3 years ago - 1 comment

#344 - Is there a way to access the current attempt number within the retried function?

Issue - State: open - Opened by AsafMah almost 3 years ago - 1 comment

#343 - error is raised although retry decorater is there

Issue - State: open - Opened by chanansh almost 3 years ago - 2 comments

#342 - Support `datetime.timedelta` as a valid wait unit type

Pull Request - State: closed - Opened by noambloom about 3 years ago - 4 comments

#341 - Support timedelta as a valid type for `wait` classes

Issue - State: closed - Opened by noambloom about 3 years ago

#340 - ci: fix Mergify config

Pull Request - State: closed - Opened by jd about 3 years ago - 2 comments

#339 - add mypy check on CI

Pull Request - State: closed - Opened by hirosassa about 3 years ago - 9 comments

#333 - Logging while using Retrying as context manager prints calls to 'None'

Issue - State: open - Opened by czechnology over 3 years ago - 2 comments

#332 - Show All Exception Predicates in Docs

Pull Request - State: closed - Opened by jackdesert over 3 years ago - 1 comment
Labels: no-changelog

#329 - reportPrivateImportUsage is detected by pyright

Issue - State: closed - Opened by yamap55 over 3 years ago - 4 comments

#327 - Change values for decorator in class object

Issue - State: open - Opened by zacharyjones123 over 3 years ago - 1 comment

#325 - Add dynamic configuration for stop & wait conditions

Pull Request - State: closed - Opened by gtors over 3 years ago - 3 comments

#297 - ci: fix pep8 error

Pull Request - State: closed - Opened by jd almost 4 years ago - 1 comment
Labels: no-changelog

#295 - Support Trio out-of-the-box

Pull Request - State: closed - Opened by njsmith almost 4 years ago - 6 comments

#292 - Before sleep log stack info

Pull Request - State: closed - Opened by jpark712 almost 4 years ago - 4 comments

#289 - Add support for an async defined retry and callback_error_retry

Pull Request - State: open - Opened by symphony-youness almost 4 years ago - 7 comments

#284 - Changelog entries missing for > 6.3.0

Issue - State: open - Opened by hynek almost 4 years ago - 8 comments

#277 - ci: enable black

Pull Request - State: closed - Opened by jd about 4 years ago

#274 - refactor: remove old compat support code

Pull Request - State: closed - Opened by jd about 4 years ago

#270 - Warn when calling retry() on retry_base (#269)

Pull Request - State: closed - Opened by SnoopJ about 4 years ago - 2 comments

#250 - Wrong comment in wait.wait_chan

Issue - State: open - Opened by JJJJJoker over 4 years ago - 1 comment
Labels: bug, documentation

#249 - Is an async retry_error_callback possible?

Issue - State: closed - Opened by tetienne over 4 years ago - 2 comments

#243 - "__init__() got an unexpected keyword argument 'retry_state'". within unit tests.

Issue - State: open - Opened by shane-consensys over 4 years ago - 2 comments
Labels: question

#239 - [Feature Request] Wait till existence of path/file

Issue - State: open - Opened by RafayGhafoor over 4 years ago - 1 comment

#237 - After callback only invoked by failed attempt?

Issue - State: closed - Opened by occoder over 4 years ago - 5 comments

#232 - Modify input based on result of attempt

Issue - State: open - Opened by hughesjj over 4 years ago - 4 comments

#230 - Version 6.2.0 type hinting breaks mypy with --strict

Issue - State: closed - Opened by spackard almost 5 years ago - 8 comments

#228 - Cannot easily mock out sleep function in order to simulate time in tests

Issue - State: closed - Opened by asqui almost 5 years ago - 20 comments

#226 - docs: fix duplicate function names

Pull Request - State: closed - Opened by jd almost 5 years ago