Your Question
I want to know such a thing. I am developing a service and I use AutoMigrate at startup (I can't during pipeline in gitlab) and I have several instance services running. What happens if they run AutoMigrate at the same time? 5-10 services may well run AutoMigrate at one time. in the future, the migration will be launched via pipeline, but at the moment this is not possible.
The document you expected this should be explained
maybe here
Expected answer
find out what the behavior will be and whether it is possible to lock the database for migrations.
thanks for any useful answer
Comment From: github-actions[bot]
This issue has been automatically marked as stale because it has been open 360 days with no activity. Remove stale label or comment or this will be closed in 180 days