diff --git a/apps/assets/migrations/0015_automationexecution_type.py b/apps/assets/migrations/0015_automationexecution_type.py index 348c291ce..da6213bc5 100644 --- a/apps/assets/migrations/0015_automationexecution_type.py +++ b/apps/assets/migrations/0015_automationexecution_type.py @@ -5,7 +5,7 @@ from django.db import migrations, models def migrate_execution_type(apps, schema_editor): count = 0 - bulk_size = 1000 + bulk_size = 100 while True: start = time.time() execution_model = apps.get_model('assets', 'AutomationExecution')