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