Retry hanging items
This commit is contained in:
@ -242,6 +242,11 @@ urlpatterns = [
|
||||
views.ImportStatus.as_view(),
|
||||
name="import-status",
|
||||
),
|
||||
re_path(
|
||||
r"^import/(?P<job_id>\d+)/retry/(?P<item_id>\d+)/?$",
|
||||
views.ImportStatus.as_view(),
|
||||
name="import-item-retry",
|
||||
),
|
||||
re_path(
|
||||
r"^import/(?P<job_id>\d+)/failed/?$",
|
||||
views.ImportTroubleshoot.as_view(),
|
||||
|
Reference in New Issue
Block a user