allow getting crawl from API as rss feed

This commit is contained in:
Nick Sweeting 2024-12-03 02:13:45 -08:00
parent eae7ed8447
commit c374d7695e
No known key found for this signature in database
3 changed files with 23 additions and 2 deletions

View file

@ -204,6 +204,10 @@ class ArchiveResultMachine(StateMachine, strict_states=True):
start_ts=timezone.now(),
) # lock the obj for the next ~30s to limit racing with other workers
# run_subcommand([
# 'archivebox', 'extract', self.archiveresult.ABID,
# ])
# create the output directory and fork the new extractor job subprocess
self.archiveresult.create_output_dir()
# self.archiveresult.extract(background=True)