Describe the bug
When an archival an already archived dataset is triggered, the archival will fail and according to the on-failure hook, the archive dataset will be renamed (<datasetname>_<randomstring>_failed).
Expected behavior
Triggering an archival of an existing archived dataset should fail without triggering the same on-failure hook and data should remain archived.
Describe the bug
When an archival an already archived dataset is triggered, the archival will fail and according to the on-failure hook, the archive dataset will be renamed (
<datasetname>_<randomstring>_failed).Expected behavior
Triggering an archival of an existing archived dataset should fail without triggering the same on-failure hook and data should remain archived.