mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-05 15:27:53 +10:00
move main funcs into cli files and switch to using click for CLI
This commit is contained in:
@@ -8,7 +8,7 @@ from django_huey import db_task, task
|
||||
from huey_monitor.models import TaskModel
|
||||
from huey_monitor.tqdm import ProcessInfo
|
||||
|
||||
from .supervisor_util import get_or_create_supervisord_process
|
||||
from .supervisord_util import get_or_create_supervisord_process
|
||||
|
||||
# @db_task(queue="commands", context=True, schedule=1)
|
||||
# def scheduler_tick():
|
||||
|
||||
Reference in New Issue
Block a user