Skip to content

Enable question retries on single questions

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jul 12:11
f0c5eaf

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 into Child.ask