Home
last modified time | relevance | path

Searched refs:retry_attempts (Results 1 – 25 of 95) sorted by relevance

1234

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/
H A Doptimistic_locking.rb11 retry_attempts = 0
18 raise unless retry_attempts < max_retries
22 retry_attempts += 1
25 retry_lock_histogram.observe({}, retry_attempts)
29 retry_attempts: retry_attempts,
36 def log_optimistic_lock_retries(name:, retry_attempts:, start_time:) argument
37 return unless retry_attempts > 0
44 retries: retry_attempts,
/dports/devel/py-oci/oci-2.53.1/src/oci/data_integration/models/
H A Dtask_operator.py264 def retry_attempts(self): member in TaskOperator
275 @retry_attempts.setter
276 def retry_attempts(self, retry_attempts): member in TaskOperator
285 self._retry_attempts = retry_attempts
H A Dtask_schedule.py524 def retry_attempts(self): member in TaskSchedule
535 @retry_attempts.setter
536 def retry_attempts(self, retry_attempts): argument
545 self._retry_attempts = retry_attempts
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/qa/qa/page/project/artifact/
H A Dshow.rb12 def go_to_directory(name, retry_attempts = 1) argument
13 retry_on_exception(max_attempts: retry_attempts, reload: true, sleep_interval: 10) do
/dports/sysutils/vector/vector-0.10.0/src/sinks/util/
H A Dservice2.rs64 pub retry_attempts: Option<usize>, // max_value() field
83 retry_attempts: self in unwrap_with()
84 .retry_attempts in unwrap_with()
85 .or(defaults.retry_attempts) in unwrap_with()
107 pub retry_attempts: usize, field
115 self.retry_attempts, in retry_policy()
H A Dservice.rs64 pub retry_attempts: Option<usize>, // max_value() field
83 retry_attempts: self in unwrap_with()
84 .retry_attempts in unwrap_with()
85 .or(defaults.retry_attempts) in unwrap_with()
107 pub retry_attempts: usize, field
115 self.retry_attempts, in retry_policy()
/dports/databases/py-pymemcache/pymemcache-3.5.0/pymemcache/client/
H A Dhash.py42 retry_attempts=2, argument
78 self.retry_attempts = retry_attempts
196 if failed_metadata['attempts'] < self.retry_attempts:
247 if failed_metadata['attempts'] < self.retry_attempts:
299 self.retry_attempts > 0
309 self.retry_attempts <= 0
/dports/sysutils/vector/vector-0.10.0/.meta/_partials/fields/
H A D_request_options.toml.erb2 <%- retry_attempts ||= 18446744073709551615 %>
33 [<%= namespace %>.request.children.retry_attempts]
36 default = <%= retry_attempts %>
/dports/science/py-nibabel/nibabel-3.2.1/tools/
H A Dinstall_python.ps127 $retry_attempts = 2 in DownloadMiniconda() variable
28 for($i=0; $i -lt $retry_attempts; $i++){ in DownloadMiniconda()
/dports/sysutils/py-glances/glances-3.1.4/.ci/appveyor/
H A Dinstall.ps124 $retry_attempts = 3
25 for($i=0; $i -lt $retry_attempts; $i++){
/dports/devel/py-remote-pdb/remote-pdb-2.1.0/ci/
H A Dappveyor-bootstrap.ps125 $retry_attempts = 3 in DownloadPython() variable
26 for($i=0; $i -lt $retry_attempts; $i++){ in DownloadPython()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/
H A Dprocess_singleton_posix.cc738 int retry_attempts, in NotifyOtherProcessWithTimeout() argument
741 DCHECK_GE(retry_attempts, 0); in NotifyOtherProcessWithTimeout()
744 base::TimeDelta sleep_interval = timeout / retry_attempts; in NotifyOtherProcessWithTimeout()
748 for (int retries = 0; retries <= retry_attempts; ++retries) { in NotifyOtherProcessWithTimeout()
804 if (retries == retry_attempts) { in NotifyOtherProcessWithTimeout()
898 int retry_attempts, in NotifyOtherProcessWithTimeoutOrCreate() argument
902 command_line, retry_attempts, timeout, true); in NotifyOtherProcessWithTimeoutOrCreate()
926 command_line, retry_attempts, timeout, false); in NotifyOtherProcessWithTimeoutOrCreate()
H A Dprocess_singleton.h158 int retry_attempts,
163 int retry_attempts,
/dports/sysutils/freeipmi/freeipmi-1.6.8/bmc-watchdog/
H A Dbmc-watchdog.c77 static unsigned int retry_attempts = BMC_WATCHDOG_RETRY_ATTEMPTS_DEFAULT; variable
252 if (retry_count >= retry_attempts) in _cmd()
1217 retry_attempts = BMC_WATCHDOG_RETRY_ATTEMPTS_DEFAULT; in _daemon_cmd()
1219 if ((retry_wait_time * retry_attempts) > reset_period) in _daemon_cmd()
1222 retry_attempts = 0; in _daemon_cmd()
1225 && reset_period < (retry_wait_time * retry_attempts)) in _daemon_cmd()
1226 retry_attempts = reset_period/retry_wait_time; in _daemon_cmd()
1357 retry_attempts = BMC_WATCHDOG_RETRY_ATTEMPTS_DEFAULT; in _daemon_cmd()
/dports/www/mod_webkit/w4py-1.2.3/WebKit/Adapters/wkcgi/
H A Dwkcgi.c174 if (sock > 0 || (retrycount > config->retry_attempts)) in main()
178 retrycount, config->retry_attempts); in main()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/coverage/ci/
H A Dinstall.ps136 $retry_attempts = 2 in Download() variable
37 for ($i = 0; $i -lt $retry_attempts; $i++) { in Download()
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/coverage/ci/
H A Dinstall.ps136 $retry_attempts = 2 in Download() variable
37 for ($i = 0; $i -lt $retry_attempts; $i++) { in Download()
/dports/security/clamav/clamav-0.104.2/clamonacc/scan/
H A Dthread.c95 if (*err && i == event_data->retry_attempts) { in onas_scan()
407 (*event_data)->retry_attempts = ctx->retry_attempts; in onas_map_context_info_to_event_data()
/dports/security/clamav-lts/clamav-0.103.5/clamonacc/scan/
H A Dthread.c95 if (*err && i == event_data->retry_attempts) { in onas_scan()
407 (*event_data)->retry_attempts = ctx->retry_attempts; in onas_map_context_info_to_event_data()
/dports/databases/py-pymssql/pymssql-2.1.4/dev/appveyor/
H A Dinstall.ps133 $retry_attempts = 2 in Download() variable
34 for ($i = 0; $i -lt $retry_attempts; $i++) { in Download()
/dports/devel/b2/B2_Command_Line_Tool-1.3.8/ci/appveyor/
H A Dinstall.ps138 $retry_attempts = 2 in Download() variable
39 for ($i = 0; $i -lt $retry_attempts; $i++) { in Download()
/dports/devel/py-xdis/xdis-5.0.13/appveyor/
H A Dinstall.ps133 $retry_attempts = 2 in Download() variable
34 for ($i = 0; $i -lt $retry_attempts; $i++) { in Download()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/coverage/ci/
H A Dinstall.ps136 $retry_attempts = 2 in Download() variable
37 for ($i = 0; $i -lt $retry_attempts; $i++) { in Download()
/dports/security/py-argon2-cffi/argon2_cffi-19.1.0/extras/appveyor/
H A Dinstall.ps133 $retry_attempts = 2 in Download() variable
34 for ($i = 0; $i -lt $retry_attempts; $i++) { in Download()
/dports/security/py-yara/yara-python-4.1.0/appveyor/
H A Dinstall.ps133 $retry_attempts = 2 in Download() variable
34 for ($i = 0; $i -lt $retry_attempts; $i++) { in Download()

1234