@retry(wait_random_min=1000, wait_random_max=2000) def wait_random_1_to_2_s(): print("Randomly wait 1 to 2 seconds between retries")