parser.add_argument("--dump-period",type=float,default=180.,help="Wait this many seconds between dumps of the URLs (default = 180., set to 0 to disable)")
parser.add_argument("--route",action="append",help="Specify routes to download. Can be given multiple times.")
parser.add_argument("--dump-period",type=float,default=180.,help="Wait this many seconds between dumps of the URLs (default = 180., set to 0 to disable)")
parser.add_argument("--num-jobs",action="store",type=int,default=10,help="number of running jobs")
parser.add_argument("--job-tag",help="Collect URLs for jobs reporting this job tag (default = collect all gstlal_inspiral URLs).")
parser.add_argument("--num-threads",type=int,default=16,help="Number of threads to use concurrently")
parser.add_argument("--num-threads",type=int,default=8,help="Number of threads to use concurrently, default 8.")