Home
last modified time | relevance | path

Searched refs:ExclusiveLease (Results 1 – 6 of 6) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/tasks/gitlab/
H A Dexclusive_lease.rake7 …args[:scope].nil? ? Gitlab::ExclusiveLease.reset_all! : Gitlab::ExclusiveLease.reset_all!(args[:sc…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/
H A Dexclusive_lease.rb14 class ExclusiveLease class
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/development/
H A Dreactive_caching.md216 - `ReactiveCaching` uses `Gitlab::ExclusiveLease` to ensure that the cache calculation
218 - This attribute is the timeout for the `Gitlab::ExclusiveLease`.
H A Dgeo.md47 We use the [`ExclusiveLease`](https://www.rubydoc.info/github/gitlabhq/gitlabhq/Gitlab/ExclusiveLea…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/development/transient/
H A Dprevention-patterns.md122 This can be avoided by utilizing either database locks or `Gitlab::ExclusiveLease`. This way, jobs …
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/administration/raketasks/
H A Dmaintenance.md268 GitLab uses a shared lock mechanism: `ExclusiveLease` to prevent simultaneous operations