Skip to content

Commit 999dc86

Browse files
committed
fix: background migration task module
1 parent bac21a0 commit 999dc86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/settings/defaults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ class CeleryConfig:
489489
}
490490

491491
background_migration_modules = {
492-
'osf.management.commands.metrics_es8_migration',
492+
'osf.management.commands.migrate_osfmetrics_6to8',
493493
}
494494

495495
try:

0 commit comments

Comments
 (0)