Tweaks to distributed queueing

- Do not auto delete the queue
 - Make the queue durable
 - Progress notifications expire
 - Deprecation fix
This commit is contained in:
doctorpangloss
2024-11-14 15:08:59 -08:00
parent 44be2591df
commit 4150dbbbe5
5 changed files with 13 additions and 10 deletions
-1
View File
@@ -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