We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8208b5c + 8bced83 commit 91fdd6bCopy full SHA for 91fdd6b
app/jobs/sync_project_languages_job.rb
@@ -5,7 +5,7 @@ def perform
5
Rails.logger.info "Starting ProjectLanguages sync job"
6
7
# Find projects that need language syncing using the scope
8
- projects_to_sync = Project.needs_language_sync.limit(25).to_a
+ projects_to_sync = Project.needs_language_sync.limit(10).to_a
9
10
Rails.logger.info "Found #{projects_to_sync.count} projects to sync"
11
0 commit comments