We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c70c8 commit 010724cCopy full SHA for 010724c
label_studio/projects/migrations/0028_auto_20241107_1031.py
@@ -54,7 +54,7 @@ def forward_migration(migration_name):
54
logger.info(f'Deleted {total_deleted} duplicate ProjectMember entries for project ID {project_id}.')
55
56
except Exception as e:
57
- migration.status = AsyncMigrationStatus.STATUS_FAILED
+ migration.status = AsyncMigrationStatus.STATUS_ERROR
58
migration.save()
59
logger.error(f'Async migration {migration_name} failed: {e}')
60
raise
0 commit comments