summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/gitlab/background_migration/helpers/reschedulable.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gitlab/background_migration/helpers/reschedulable.rb b/lib/gitlab/background_migration/helpers/reschedulable.rb
index 7810f2627c8..3b653059858 100644
--- a/lib/gitlab/background_migration/helpers/reschedulable.rb
+++ b/lib/gitlab/background_migration/helpers/reschedulable.rb
@@ -5,9 +5,9 @@ module Gitlab
module Helpers
# == Reschedulable helper
#
- # Allows background migrations to be reschedule if a condition is not met.
+ # Allows background migrations to be reschedule itself if a condition is not met.
#
- # Check DeleteDiffFiles migration which reschedules itself if dead tuple count
+ # For example, check DeleteDiffFiles migration which is rescheduled if dead tuple count
# on DB is not acceptable.
#
module Reschedulable