RockefellerArchiveCenter/fornax

Only assemble one SIP at a time

Closed this issue · 0 comments

Is your feature request related to a problem? Please describe.

SIP assembly is a resource-intensive process which involves a lot of filesystem dependencies. If one bag screws up, it's easy for things to pile up behind this service, which then starts to lock up system resources.

Describe the solution you'd like

Amend the SIPAssembler so that it only processes one SIP at a time.