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

Add event stream starting with video processing event #9

Merged
merged 8 commits into from
Oct 14, 2024

Conversation

sneakycrow
Copy link
Collaborator

A video processing event is a trigger on the processing_status column for videos. This update adds a listener for that trigger as well as a websocket connection for the client.
When a new notification comes through while an open ws connection exists, it sends those notifications to the client.

Notable, this is not secured yet and it sends all notifications to the client. We'll need to update with auth/filtering.

@sneakycrow sneakycrow merged commit ea884f9 into main Oct 14, 2024
1 check passed
@sneakycrow sneakycrow deleted the event-stream branch October 14, 2024 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant