bernardopires / django-tenant-schemas

Tenant support for Django using PostgreSQL schemas.
https://django-tenant-schemas.readthedocs.org/en/latest/
MIT License
1.46k stars 424 forks source link

Asynchronous migration executor #553

Open marija-milicevic opened 6 years ago

marija-milicevic commented 6 years ago

Added asynchronious migration executor which executes tenant migrations by running celery task for the each tenant migration. Result of the migration execution is logged to log file which location is defined in settings by TENANT_MIGRATION_LOGGER_PATH. By default migration.log file will be created in root directory of the project.

boddumanohar commented 4 years ago

In what kind of situation would someone use async executor or parallel executor?