Home
last modified time | relevance | path

Searched refs:max_retries (Results 1 – 25 of 1519) sorted by relevance

12345678910>>...61

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/pubseq_gateway/cassandra/
H A Dcass_blob_op.cpp202 unsigned int max_retries, in InsertID2Split() argument
217 unsigned int max_retries, in DeleteNAnnot() argument
225 annot, max_retries, in DeleteNAnnot()
232 unsigned int max_retries, in FetchNAnnot() argument
251 unsigned int max_retries, in FetchNAnnot() argument
270 unsigned int max_retries, in FetchNAnnot() argument
288 unsigned int max_retries, in FetchAccVerHistory() argument
330 unsigned int max_retries, in GetBlobExtended() argument
338 max_retries, in GetBlobExtended()
350 unsigned int max_retries, in GetBlobExtended() argument
[all …]
/dports/net/py-geopy/geopy-2.2.0/geopy/extra/
H A Drate_limiter.py78 max_retries, argument
83 self.max_retries = max_retries
86 assert max_retries >= 0
145 self.max_retries,
161 self.max_retries,
214 max_retries=2, argument
252 max_retries=max_retries,
259 assert max_retries >= 0
337 max_retries=2, argument
375 max_retries=max_retries,
[all …]
/dports/www/py-google-resumable-media/google-resumable-media-2.1.0/tests/unit/
H A Dtest_common.py35 assert retry_strategy.max_retries is None
39 common.RetryStrategy(max_cumulative_retry=600.0, max_retries=12)
47 assert retry_strategy.max_retries is None
60 assert retry_strategy.max_retries is None
64 max_retries = 14
66 max_sleep=max_sleep, max_retries=max_retries
71 assert retry_strategy.max_retries == max_retries
82 retry_strategy = common.RetryStrategy(max_retries=6)
/dports/graphics/py-pyglet/pyglet-1.5.21/tools/ffmpeg/
H A Dretry_crashed.py33 def main(clean, max_retries): argument
48 retry_crashed(pathserv, max_retries)
52 def retry_crashed(pathserv, max_retries=5): argument
71 if cnt_retries >= max_retries or len(still_crashing) == 0:
99 max_retries = int(sys.argv[1])
101 max_retries = 5
103 return clean, max_retries
106 clean, max_retries = sysargs_to_mainargs() variable
107 main(clean, max_retries)
/dports/www/firefox-esr/firefox-91.8.0/taskcluster/docker/recipes/
H A Dxvfb.sh36 local max_retries=5
38 until [ $retry_count -gt $max_retries ]; do
41 retry_count=$(($max_retries + 1))
59 local max_retries=2
61 until [ $retry_count -gt $max_retries ]; do
65 retry_count=$(($max_retries + 1))
73 fail "Could not start xvfb after ${max_retries} attempts"
/dports/www/firefox/firefox-99.0/taskcluster/docker/recipes/
H A Dxvfb.sh36 local max_retries=5
38 until [ $retry_count -gt $max_retries ]; do
41 retry_count=$(($max_retries + 1))
59 local max_retries=2
61 until [ $retry_count -gt $max_retries ]; do
65 retry_count=$(($max_retries + 1))
73 fail "Could not start xvfb after ${max_retries} attempts"
/dports/lang/spidermonkey60/firefox-60.9.0/taskcluster/docker/recipes/
H A Dxvfb.sh36 local max_retries=5
38 until [ $retry_count -gt $max_retries ]; do
41 retry_count=$(($max_retries + 1))
59 local max_retries=2
61 until [ $retry_count -gt $max_retries ]; do
65 retry_count=$(($max_retries + 1))
73 fail "Could not start xvfb after ${max_retries} attempts"
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/docker/recipes/
H A Dxvfb.sh36 local max_retries=5
38 until [ $retry_count -gt $max_retries ]; do
41 retry_count=$(($max_retries + 1))
59 local max_retries=2
61 until [ $retry_count -gt $max_retries ]; do
65 retry_count=$(($max_retries + 1))
73 fail "Could not start xvfb after ${max_retries} attempts"
/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/docker/recipes/
H A Dxvfb.sh36 local max_retries=5
38 until [ $retry_count -gt $max_retries ]; do
41 retry_count=$(($max_retries + 1))
59 local max_retries=2
61 until [ $retry_count -gt $max_retries ]; do
65 retry_count=$(($max_retries + 1))
73 fail "Could not start xvfb after ${max_retries} attempts"
/dports/lang/spidermonkey78/firefox-78.9.0/taskcluster/docker/recipes/
H A Dxvfb.sh36 local max_retries=5
38 until [ $retry_count -gt $max_retries ]; do
41 retry_count=$(($max_retries + 1))
59 local max_retries=2
61 until [ $retry_count -gt $max_retries ]; do
65 retry_count=$(($max_retries + 1))
73 fail "Could not start xvfb after ${max_retries} attempts"
/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/base/
H A Dextedge.cc192 const int max_retries = 10; in CheckFlag() local
250 if (retrying < max_retries) { in CheckFlag()
261 if (retrying < max_retries) { in CheckFlag()
272 if (retrying < max_retries) { in CheckFlag()
283 if (retrying < max_retries) { in CheckFlag()
294 if (retrying < max_retries) { in CheckFlag()
305 if (retrying < max_retries) { in CheckFlag()
316 if (retrying < max_retries) { in CheckFlag()
327 if (retrying < max_retries) { in CheckFlag()
338 if (retrying < max_retries) { in CheckFlag()
[all …]
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2015_04_05/blob/
H A Dappendblobservice.py276 max_retries=5, retry_wait=1.0, lease_id=None, timeout=None): argument
322 max_retries=max_retries,
330 max_retries=5, retry_wait=1.0, lease_id=None, timeout=None): argument
391 max_retries=max_retries,
398 max_retries=5, retry_wait=1.0, lease_id=None, timeout=None): argument
450 max_retries=max_retries,
457 max_retries=5, retry_wait=1.0, lease_id=None, timeout=None): argument
505 max_retries=max_retries,
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/kns/
H A Dhttp-retrier.c50 uint8_t max_retries; member
119 (*self) -> max_retries = retryCount; in HttpRetryCodesConfig()
375 uint8_t * max_retries, in HttpGetRetryCodes() argument
383 assert ( max_retries ); in HttpGetRetryCodes()
391 * max_retries = self -> codes [ i ] -> max_retries; in HttpGetRetryCodes()
404 * max_retries = self -> codes [ catchAllIdx ] -> max_retries; in HttpGetRetryCodes()
432 self -> max_retries = kns -> maxNumberOfRetriesOnFailureForReliableURLs; in KHttpRetrierInit()
461 uint8_t max_retries; in KHttpRetrierWait() local
469 if ( self -> retries_count >= max_retries ) in KHttpRetrierWait()
473 to_sleep = sleep_before_retry [ max_retries - 1 ]; in KHttpRetrierWait()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/kns/
H A Dhttp-retrier.c50 uint8_t max_retries; member
119 (*self) -> max_retries = retryCount; in HttpRetryCodesConfig()
375 uint8_t * max_retries, in HttpGetRetryCodes() argument
383 assert ( max_retries ); in HttpGetRetryCodes()
391 * max_retries = self -> codes [ i ] -> max_retries; in HttpGetRetryCodes()
404 * max_retries = self -> codes [ catchAllIdx ] -> max_retries; in HttpGetRetryCodes()
432 self -> max_retries = kns -> maxNumberOfRetriesOnFailureForReliableURLs; in KHttpRetrierInit()
461 uint8_t max_retries; in KHttpRetrierWait() local
469 if ( self -> retries_count >= max_retries ) in KHttpRetrierWait()
473 to_sleep = sleep_before_retry [ max_retries - 1 ]; in KHttpRetrierWait()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/pubseq_gateway/impl/cassandra/
H A Dcass_blob_op.hpp92 unsigned int max_retries, in CCassBlobWaiter() argument
367 unsigned int max_retries,
477 unsigned int max_retries,
482 unsigned int max_retries,
492 unsigned int max_retries,
502 unsigned int max_retries,
513 unsigned int max_retries,
536 unsigned int max_retries,
544 unsigned int max_retries,
553 unsigned int max_retries,
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/google_apis/gaia/
H A Dgaia_oauth_client.h79 int max_retries,
90 int max_retries,
98 int max_retries,
106 int max_retries,
116 int max_retries,
127 int max_retries,
135 int max_retries,
/dports/net-mgmt/py-msrest/msrest-0.6.21/tests/
H A Dtest_requests_universal.py62 max_retries = cfg.retry_policy()
69 assert driver.session.adapters["http://"].max_retries is max_retries
70 assert driver.session.adapters["https://"].max_retries is max_retries
71 assert driver.session.adapters['"http://127.0.0.1/"'].max_retries is not max_retries
/dports/www/chromium-legacy/chromium-88.0.4324.182/google_apis/gaia/
H A Dgaia_oauth_client.h79 int max_retries,
90 int max_retries,
98 int max_retries,
106 int max_retries,
116 int max_retries,
127 int max_retries,
135 int max_retries,
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/megaco/src/engine/
H A Dmegaco_timer.erl58 max_retries = MaxRetries} = Timer) ->
62 max_retries = Max},
79 max_retries = MaxRetries}) ->
97 max_retries = infinity} = Timer) ->
101 max_retries = infinity_restartable} = Timer) ->
105 max_retries = Int} = Timer)
110 max_retries = 0} = _Timer) ->
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/megaco/src/engine/
H A Dmegaco_timer.erl58 max_retries = MaxRetries} = Timer) ->
62 max_retries = Max},
79 max_retries = MaxRetries}) ->
97 max_retries = infinity} = Timer) ->
101 max_retries = infinity_restartable} = Timer) ->
105 max_retries = Int} = Timer)
110 max_retries = 0} = _Timer) ->
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/megaco/src/engine/
H A Dmegaco_timer.erl58 max_retries = MaxRetries} = Timer) ->
62 max_retries = Max},
79 max_retries = MaxRetries}) ->
97 max_retries = infinity} = Timer) ->
101 max_retries = infinity_restartable} = Timer) ->
105 max_retries = Int} = Timer)
110 max_retries = 0} = _Timer) ->
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/megaco/src/engine/
H A Dmegaco_timer.erl58 max_retries = MaxRetries} = Timer) ->
62 max_retries = Max},
79 max_retries = MaxRetries}) ->
97 max_retries = infinity} = Timer) ->
101 max_retries = infinity_restartable} = Timer) ->
105 max_retries = Int} = Timer)
110 max_retries = 0} = _Timer) ->
/dports/lang/erlang/otp-OTP-24.1.7/lib/megaco/src/engine/
H A Dmegaco_timer.erl58 max_retries = MaxRetries} = Timer) ->
62 max_retries = Max},
79 max_retries = MaxRetries}) ->
97 max_retries = infinity} = Timer) ->
101 max_retries = infinity_restartable} = Timer) ->
105 max_retries = Int} = Timer)
110 max_retries = 0} = _Timer) ->
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/megaco/src/engine/
H A Dmegaco_timer.erl58 max_retries = MaxRetries} = Timer) ->
62 max_retries = Max},
79 max_retries = MaxRetries}) ->
97 max_retries = infinity} = Timer) ->
101 max_retries = infinity_restartable} = Timer) ->
105 max_retries = Int} = Timer)
110 max_retries = 0} = _Timer) ->
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/megaco/src/engine/
H A Dmegaco_timer.erl58 max_retries = MaxRetries} = Timer) ->
62 max_retries = Max},
79 max_retries = MaxRetries}) ->
97 max_retries = infinity} = Timer) ->
101 max_retries = infinity_restartable} = Timer) ->
105 max_retries = Int} = Timer)
110 max_retries = 0} = _Timer) ->

12345678910>>...61