mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-06 07:47:53 +10:00
Update CI uv handling and runner changes
This commit is contained in:
@@ -78,11 +78,7 @@ class Command(BaseCommand):
|
||||
running = Process.objects.filter(
|
||||
machine=machine,
|
||||
status=Process.StatusChoices.RUNNING,
|
||||
process_type__in=[
|
||||
Process.TypeChoices.ORCHESTRATOR,
|
||||
Process.TypeChoices.HOOK,
|
||||
Process.TypeChoices.BINARY,
|
||||
],
|
||||
process_type=Process.TypeChoices.ORCHESTRATOR,
|
||||
)
|
||||
for proc in running:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user