mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-21 23:41:28 +08:00
Tweaks to distributed queueing
- Do not auto delete the queue - Make the queue durable - Progress notifications expire - Deprecation fix
This commit is contained in:
@@ -14,7 +14,6 @@ from . import workflows
|
||||
|
||||
|
||||
@pytest.fixture(scope="module", autouse=False)
|
||||
@pytest.mark.asyncio
|
||||
async def client(tmp_path_factory) -> EmbeddedComfyClient:
|
||||
async with EmbeddedComfyClient() as client:
|
||||
yield client
|
||||
|
||||
Reference in New Issue
Block a user