Skip to content

🐛 [Bug]: Recrawl does not respect configured depth - increments depth by 1 #428

@leex279

Description

@leex279

Archon Version

latest

Bug Severity

🟡 Medium - Affects functionality

Bug Description

Recrawl does not respect configured depth - increments depth by 1

Description

When performing a recrawl operation on an existing crawl, the system is not respecting the originally configured depth setting. Instead, it appears to be incrementing the depth by 1.

Steps to Reproduce

  1. Create a crawl with Depth = 1
  2. Perform a recrawl operation on the same crawl
  3. Observe that the recrawl uses Depth = 2 instead of the configured Depth = 1

Expected Behavior

  • Recrawl should use the same depth configuration as the original crawl
  • If original crawl has Depth = 1, recrawl should also use Depth = 1

Actual Behavior

  • Recrawl increments the depth by 1
  • Original crawl Depth = 1 → Recrawl uses Depth = 2

Priority

Medium - Doesn't break functionality but causes unexpected behavior and potentially unnecessary resource usage

Questions to Investigate

  • Does this happen consistently at all depth levels (2, 3, etc.)?
  • Is the depth being incremented by exactly 1 each time, or is there another pattern?
  • Does this affect all types of recrawls or only specific configurations?

Steps to Reproduce

see above

Expected Behavior

see above

Actual Behavior

see above

Error Details (if any)


Affected Component

🔍 Knowledge Base / RAG

Browser & OS

Chrome

Additional Context

No response

Service Status (check all that are working)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status
    Done (In Stable)

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions