Enable question retries on single questions
Summary
This release adds to the question retry capability already available on concurrent questions by allowing retries of single questions.
Contents (#671)
Enhancements
- Enable question retries on single questions with
Child.ask
- Log when retries are prevented for an exception type in
Child.ask
- Remove
PYTHONUNBUFFERED
warning
Refactoring
- Move retry logic from
Child.ask_multiple
intoChild.ask