-
Notifications
You must be signed in to change notification settings - Fork 1
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
Websocket pubsub #85
base: develop
Are you sure you want to change the base?
Websocket pubsub #85
Conversation
frostyfan109
commented
Nov 12, 2024
- Implements coordinated websocket messaging via pubsub channel
- Adapt existing auth middleware to support query param-based auth only for websocket handshakes
- Track job status updates in database table and emit as websocket messages
- Track internal crud events and emit as websocket messages
- Adds endpoint for fetching the current job id of the downsync job, if it is active/queued
…ked celery task state.
…fix canvas data model validation problems
it says I changed the base branch to |
That PR was closed so this needs to merge into develop |