mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-24 21:23:22 +00:00
leave archivebox running when in archivebox update
This commit is contained in:
parent
eeb2671e4d
commit
6b83b4c995
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ def update():
|
|||
setup_django()
|
||||
|
||||
from actors.orchestrator import Orchestrator
|
||||
orchestrator = Orchestrator()
|
||||
orchestrator = Orchestrator(exit_on_idle=False)
|
||||
orchestrator.start()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue