Commit fab11505 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Merge branch '276948-add-feature-flag-to-package-events' into 'master'

Add collect_package_events feature to package events

See merge request gitlab-org/gitlab!48473
parents 6a673db1 7f757b7f
......@@ -29,7 +29,8 @@ namespace :gitlab do
"name" => name,
"category" => "#{event_scope}_packages",
"aggregation" => "weekly",
"redis_slot" => "package"
"redis_slot" => "package",
"feature_flag" => "collect_package_events_redis"
}
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment