Skip to content

Instantly share code, notes, and snippets.

View danielrmeyer's full-sized avatar

Daniel Meyer danielrmeyer

View GitHub Profile
from cassandra.cluster import Cluster
from cassandra.policies import RetryPolicy
import sys
import argparse
import datetime
from itertools import cycle, product
import csv
import time
class AlwaysRetryPolicy(RetryPolicy):