summaryrefslogtreecommitdiff
path: root/app/services/jira_connect_subscriptions/create_service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/jira_connect_subscriptions/create_service.rb')
-rw-r--r--app/services/jira_connect_subscriptions/create_service.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/services/jira_connect_subscriptions/create_service.rb b/app/services/jira_connect_subscriptions/create_service.rb
index b169d97615d..38e5fe7e690 100644
--- a/app/services/jira_connect_subscriptions/create_service.rb
+++ b/app/services/jira_connect_subscriptions/create_service.rb
@@ -35,8 +35,6 @@ module JiraConnectSubscriptions
end
def schedule_sync_project_jobs
- return unless Feature.enabled?(:jira_connect_full_namespace_sync)
-
namespace.all_projects.each_batch(of: MERGE_REQUEST_SYNC_BATCH_SIZE) do |projects, index|
JiraConnect::SyncProjectWorker.bulk_perform_in_with_contexts(
index * MERGE_REQUEST_SYNC_BATCH_DELAY,