merge queues and actors apps into new workers app

This commit is contained in:
Nick Sweeting
2024-11-18 18:52:48 -08:00
parent e50f8cb3b6
commit e469c5a344
37 changed files with 89 additions and 304 deletions

View File

@@ -53,7 +53,7 @@ def add(urls: str | list[str],
from seeds.models import Seed
from crawls.models import Crawl
from actors.orchestrator import Orchestrator
from workers.orchestrator import Orchestrator
from abid_utils.models import get_or_create_system_user_pk