Home
last modified time | relevance | path

Searched defs:shard_name (Results 1 – 6 of 6) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/workers/repository_check/
H A Dbatch_worker.rb17 attr_reader :shard_name accessor in RepositoryCheck.BatchWorker
21 def perform(shard_name) argument
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/concerns/
H A Dshardable.rb16 def shard_name method
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/
H A Dshard_health_cache.rb34 def self.healthy_shard?(shard_name) argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/web_tests/views/
H A Dprinting_unittest.py79 def __init__(self, shard_name, total_run_time): argument
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/relay/
H A Drelay_event_utility.c902 shard_name(PG_FUNCTION_ARGS) in shard_name() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/web_tests/controllers/
H A Dweb_test_runner.py279 def _run_test(self, test_input, shard_name, batch_size): argument