Created
April 25, 2022 20:47
-
-
Save Loschcode/20bc6b1da3984d15e623fc66d1c7df4f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# concurrent migration strategy | |
# when migrating through this script | |
# you can launch it on multiple processes | |
# and they will deal with the concurrency by | |
# themselves without interrupting or crashing | |
class MigrateConcurrently | |
... | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment