Skip to content

Feature Flag and Rollout Plan

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Summary

Gradual rollout of partner token verification using FF.

Description

Create feature flag and rollout plan:

  • Feature flag for enabling partner verification
  • Gradual percentage-based rollout
  • Rollback plan documented

Acceptance Criteria

  • Can be enabled per-project or percentage
  • Service checks feature flag before processing
  • Documentation for operators
  • Rollback procedure documented

Implementation Details

return unless Feature.enabled?(:_flag, project)

Testing

  • Test with flag enabled/disabled
  • Test percentage-based rollout
  • Test project-specific enablement

MR Checklist

  • Feature flag follows naming conventions
  • Changelog entry for operators
  • Documentation updated
Edited by 🤖 GitLab Bot 🤖