Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Cai <jcai@gitlab.com>2023-08-23 17:01:05 +0300
committerJohn Cai <jcai@gitlab.com>2023-08-23 18:23:18 +0300
commit65af112b84cfaee958b2e4cb83ac8fbb323ff246 (patch)
tree900c5cb342fdf8b32953844d5bbb26828dcd9f52 /internal/featureflag
parent5649e8da1e31fcaa495da9420a56da09b61236f6 (diff)
command: Remove RunCmdInCgroup feature flag
Cgroups have been running production by default for a long time now. Let's remove the feature flag completely.
Diffstat (limited to 'internal/featureflag')
-rw-r--r--internal/featureflag/ff_run_cmd_in_cgroup.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/internal/featureflag/ff_run_cmd_in_cgroup.go b/internal/featureflag/ff_run_cmd_in_cgroup.go
deleted file mode 100644
index 356bae752..000000000
--- a/internal/featureflag/ff_run_cmd_in_cgroup.go
+++ /dev/null
@@ -1,9 +0,0 @@
-package featureflag
-
-// RunCommandsInCGroup allows all commands to be run within a cgroup
-var RunCommandsInCGroup = NewFeatureFlag(
- "run_cmds_in_cgroup",
- "v14.10.0",
- "https://gitlab.com/gitlab-org/gitaly/-/issues/4102",
- true,
-)