Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
189d9e76
Commit
189d9e76
authored
Mar 09, 2022
by
Alexandru Croitor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix MAX_BATCH_SIZE to match BATCH_SIZE
parent
0554c4df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
db/post_migrate/20220223112304_schedule_nullify_orphan_runner_id_on_ci_builds.rb
...3112304_schedule_nullify_orphan_runner_id_on_ci_builds.rb
+1
-1
No files found.
db/post_migrate/20220223112304_schedule_nullify_orphan_runner_id_on_ci_builds.rb
View file @
189d9e76
...
...
@@ -4,7 +4,7 @@ class ScheduleNullifyOrphanRunnerIdOnCiBuilds < Gitlab::Database::Migration[1.0]
MIGRATION
=
'NullifyOrphanRunnerIdOnCiBuilds'
INTERVAL
=
2
.
minutes
BATCH_SIZE
=
100_000
MAX_BATCH_SIZE
=
25
_000
# 100k * 25k = 2.5B ci_builds
MAX_BATCH_SIZE
=
100
_000
# 100k * 25k = 2.5B ci_builds
SUB_BATCH_SIZE
=
1_000
def
up
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment