Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Worker provides job queue API via localhost websocket #104

Open
dionjwa opened this issue Dec 5, 2024 · 0 comments
Open

Worker provides job queue API via localhost websocket #104

dionjwa opened this issue Dec 5, 2024 · 0 comments
Assignees
Labels

Comments

@dionjwa
Copy link
Member

dionjwa commented Dec 5, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants