mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-03 09:25:42 +10:00
leave archivebox running when in archivebox update
This commit is contained in:
@@ -29,7 +29,7 @@ def update():
|
||||
setup_django()
|
||||
|
||||
from actors.orchestrator import Orchestrator
|
||||
orchestrator = Orchestrator()
|
||||
orchestrator = Orchestrator(exit_on_idle=False)
|
||||
orchestrator.start()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user