Skip to content

Fixed conveyor move logic to skip directories that already existed in the spool

Daniel Nemergut requested to merge ws2227-recycle_raw_data_fix into main

Conveyor's retrieval before ingestion:

  1. Grabs a directory list from spool
  2. Removes those that are symlinks pointing to QA
  3. Moves the directories from QA to spool

Step 2 skips directories that are not symlinks but step 3 still tried to move them. Now step 3 will skip those same directories.

Merge request reports