Skip to content

bug(import): Resuming completed import returns 'already running' error #46

@caterryan

Description

@caterryan

Summary

Resuming a completed import returns "Import is already running" instead of "Import is already completed".

Steps to Reproduce

  1. Start an import and let it complete successfully
  2. Verify status shows overall_status: "completed"
  3. Attempt to resume the completed import
  4. Observe error says "already running" instead of "already completed"

Expected Behavior

{
  "status": "error",
  "error": "Import <id> is already completed"
}

Actual Behavior

{
  "status": "error",
  "error": "Import <id> is already running"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions