mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-15 19:38:11 +00:00
split out node, scaleset, and pool code (#507)
This commit is contained in:
@ -25,9 +25,9 @@ from onefuzztypes.models import (
|
||||
WorkerRunningEvent,
|
||||
)
|
||||
|
||||
from ..onefuzzlib.pools import Node, NodeTasks
|
||||
from ..onefuzzlib.task_event import TaskEvent
|
||||
from ..onefuzzlib.tasks.main import Task
|
||||
from ..onefuzzlib.workers.nodes import Node, NodeTasks
|
||||
|
||||
MAX_OUTPUT_SIZE = 4096
|
||||
|
||||
|
Reference in New Issue
Block a user