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

POC for new log streaming API using a zero-mq broker #333

Merged
merged 6 commits into from
Jan 20, 2025

Conversation

alexAubin
Copy link
Member

@alexAubin alexAubin commented May 19, 2023

cf YunoHost/yunohost#1663

  • API now runs as a GeventServer rather than WSGIServer ... not sure to remember why or the implications but that turned out to be necessary somehow ...
  • Cleanup the old websocket code and confusing "Queue" logic
  • New "/sse" route replacing the old "/message" ws route. The actual sse stream is handled on yunohost's side
  • (Somewhat unrelated kindof) Obtain the webadmin's locale from the Header in request rather than request arg that needed to be pop()ed out

Base automatically changed from bookworm to dev October 31, 2024 20:25
@alexAubin alexAubin force-pushed the new-log-streaming-api branch from ed6ad7b to 51e25da Compare November 6, 2024 18:19
@alexAubin alexAubin force-pushed the new-log-streaming-api branch 2 times, most recently from 2169ce7 to 89dabac Compare December 4, 2024 21:50
@alexAubin alexAubin force-pushed the new-log-streaming-api branch from 89dabac to 6e7611b Compare December 4, 2024 21:52
@alexAubin alexAubin force-pushed the new-log-streaming-api branch from 82e4619 to ae36587 Compare December 17, 2024 16:47
@alexAubin alexAubin merged commit 515d09d into dev Jan 20, 2025
0 of 2 checks passed
@alexAubin alexAubin deleted the new-log-streaming-api branch January 20, 2025 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants