Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Reduce verbosity of backoff decorator #251

Open
LucaCinquini opened this issue Jan 2, 2024 · 0 comments
Open

Reduce verbosity of backoff decorator #251

LucaCinquini opened this issue Jan 2, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@LucaCinquini
Copy link
Collaborator

The problem:
Currently the backoff decorator tries to execute a test every second for an hour, logging all attempts to the INFO stream. This makes it very difficult to debug the point where a test fails.

The solution:
Reduce the number of attempts for failed tests and reduce the logging level to DEBUG or ERROR.

@LucaCinquini LucaCinquini self-assigned this Jan 2, 2024
@LucaCinquini LucaCinquini added the bug Something isn't working label Jan 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant