AE-2333: Export Logs triggers overlapping snapshot operations on the same repository

Review Request #1300 — Created Jan. 9, 2026 and submitted — Latest diff uploaded

apoorva.sn
AMP
amp_3_7_2
AE-2333
mmiriam, ngurunathan, pmurugaiyan, pradeep, shuinvy

Problem

AE-2333: Export Logs triggers overlapping snapshot operations on the same repository

Solution

Checking now if there is existing export/import going on. If yes we are giving the following response

{
"status": "Error",
"message": "An Export operation is already in progress. Please try again once it completes"
}

{
"status": "Error",
"message": "An Import operation is already in progress. Please try again once it completes"
}

Tested locally on my setup

    Loading...