You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the core feature: the worker exposes the same websocket queue API as the currently existing server API
Refactor the server code into shared and have the worker incorporate the queuing
Ignore large blobs for now
Question: the worker queue is much much simpler than the API queue. Maybe it doesn't need to be shared? It could be a simple FIFO queue? Let's discuss when it gets closer
The text was updated successfully, but these errors were encountered:
This is the core feature: the worker exposes the same websocket queue API as the currently existing server API
The text was updated successfully, but these errors were encountered: