InvokeAI/invokeai
psychedelicious d3cdcef36b fix(ui): race condition queue status
Sequence of events causing the race condition:
- Enqueue batch
- Invalidate `SessionQueueStatus` tag
- Request updated queue status via HTTP - batch still processing at this point
- Batch completes
- Event emitted saying so
- Optimistically update the queue status cache, it is correct
- HTTP request makes it back and overwrites the optimistic update, indicating the batch is still in progress

FIxed by not invalidating the cache.
2024-08-30 22:18:50 +10:00
..
app feat(ui, app): use layer as control (wip) 2024-08-30 22:18:49 +10:00
assets feat(api): chore: pydantic & fastapi upgrade 2023-10-17 14:59:25 +11:00
backend Tidy variable management and dtype handling in FluxTextToImageInvocation. 2024-08-29 19:08:18 +00:00
configs Remove dependency on flux config files 2024-08-26 20:17:50 -04:00
frontend fix(ui): race condition queue status 2024-08-30 22:18:50 +10:00
invocation_api Added support for bounding boxes in the Invocation API 2024-08-26 08:03:30 +10:00
version chore: bump version to v4.2.9rc1 2024-08-27 12:09:27 -04:00
__init__.py