Commit graph

6 commits

Author SHA1 Message Date
Grzegorz Bizon
5e2baaf39f Improve exception description in bg migrations 2017-07-07 15:08:15 +02:00
Grzegorz Bizon
939473076a Add description to exception in bg migrations worker 2017-07-07 15:08:15 +02:00
Grzegorz Bizon
01128b130b Use integers to schedule delayed background migrations 2017-07-07 15:08:15 +02:00
Grzegorz Bizon
c2efb8acc6 Use ActiveRecord 5 batching to schedule bg migration 2017-07-07 15:08:15 +02:00
Grzegorz Bizon
945cdf326e Make it possible to schedule bg migrations in bulk 2017-07-07 15:08:15 +02:00
Yorick Peterse
d83ee2bbd1
Add the ability to perform background migrations
Background migrations can be used to perform long running data
migrations without these blocking a deployment procedure.

See MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11854 for
more information.
2017-06-12 13:24:04 +02:00