#1130 Module builds fail when they are resumed after being cancelled in the init state
Opened 5 years ago by mprahl. Modified 5 years ago

When a module build is cancelled while it's in the init state and it is then resumed at a later time, the init handler runs again and fails because format_mmd is run again, causing the exception "Custom component repositories aren't allowed".

We need to either make the init handler idempotent, or not allow module builds to be resumed after failing in the init state.


Login to comment on this ticket.

Metadata