Home | History | Annotate | Download | only in site_utils

Lines Matching refs:max_retries

350     parser.add_argument('--max_retries', dest='max_retries', default=None,
455 if not options.retry and options.max_retries is not None:
456 print 'max_retries can only be used with --retry=True'
1703 max_retries=options.max_retries,