You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CreateRelationshipsJob tests whether the necessary items are ready to create the relationships. If it finds that we need to wait longer, the job reschedules itself and ends.
When an import fails, the CreateRelationshipsJob needs to be able to end, because it will never be able to complete successfully.
The job needs to check the work's import for failures which prevent relationships from being formed before continuing to retry/reschedule.
The text was updated successfully, but these errors were encountered:
The CreateRelationshipsJob tests whether the necessary items are ready to create the relationships. If it finds that we need to wait longer, the job reschedules itself and ends.
When an import fails, the CreateRelationshipsJob needs to be able to end, because it will never be able to complete successfully.
The job needs to check the work's import for failures which prevent relationships from being formed before continuing to retry/reschedule.
The text was updated successfully, but these errors were encountered: