Stabilize frozen config CLI test flows

(cherry picked from commit 2bca869e32)
This commit is contained in:
Nick Sweeting 2026-05-31 23:15:17 -07:00 committed by Nick Sweeting
parent e9968b75f2
commit 39eac65ed0
No known key found for this signature in database

View File

@ -194,7 +194,7 @@ def add(
label=f"{USER}@{HOSTNAME} $ {cmd_str} [{timestamp}]",
created_by_id=created_by_id,
status=Crawl.StatusChoices.QUEUED,
retry_at=None if index_only else timezone.now(),
retry_at=None if (index_only or bg) else timezone.now(),
config=crawl_config,
)