mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-14 11:06:13 +05:00
Stabilize frozen config CLI test flows
(cherry picked from commit 2bca869e32)
This commit is contained in:
parent
e9968b75f2
commit
39eac65ed0
@ -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,
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user