Skip to content
Snippets Groups Projects
  • Dan Michael O. Heggø's avatar
    f1291672
    Factor out waiting code into a new Sleeper class · f1291672
    Dan Michael O. Heggø authored
    - Moving code related to waiting/sleeping/retrying into a new class for a more object oriented approach.
    - Removing any reference to wait "tokens" to avoid confusion with edit tokens.
    - Note: `max_retries` and `retry_timeout` are no longer available on `Site`, but can still be passed into the constructor as before.
    f1291672
    History
    Factor out waiting code into a new Sleeper class
    Dan Michael O. Heggø authored
    - Moving code related to waiting/sleeping/retrying into a new class for a more object oriented approach.
    - Removing any reference to wait "tokens" to avoid confusion with edit tokens.
    - Note: `max_retries` and `retry_timeout` are no longer available on `Site`, but can still be passed into the constructor as before.