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
Feat/live logs stream sse (#48)
* chore: updated dependencies and versions
* chore: added redis connection support for jobs-service and joblogs-processor
* chore: added StreamJobLogs stream RPC in jobs-service
* feat: added StreamJobLogs stream RPC with redis Pub/Sub and SSE support for real-time live streaming
* feat: added live logs stream over SSE
* docs: updated documentation with live-logs streaming over SSE
* chore(refactor): updated nitpicks and unused events
* chore: added tests for StreamJobLogs