feat(romhacks): arm downloads (DRY_RUN=false) + fix dry-run state burn
process_file now marks messages processed only after a real crawljob write, so DRY_RUN no longer poisons the state and link-less posts get re-checked after the host filter widens. State file reset alongside this so the arm cycle re-enqueues all threads.
This commit is contained in:
@@ -16,7 +16,7 @@ GUILD_ID=1474050123347525652
|
||||
# DRY_RUN=true => export, parse, and stage metadata, but DO NOT enqueue any
|
||||
# downloads. Inspect /storage1/labdata/romhacks/metadata first.
|
||||
# DRY_RUN=false => write .crawljob files so JDownloader starts fetching.
|
||||
DRY_RUN=true
|
||||
DRY_RUN=false
|
||||
# Seconds between harvest cycles (21600 = 6h).
|
||||
POLL_INTERVAL=21600
|
||||
# JDownloader in-container download root (maps to /storage1/labdata/romhacks/incoming).
|
||||
|
||||
Reference in New Issue
Block a user