Skip to content

WIP: Queue, OpenTelemetry config, uvloop support and docs#66

Draft
Otoru wants to merge 5 commits intomainfrom
wip/queue-otel-uvloop-docs
Draft

WIP: Queue, OpenTelemetry config, uvloop support and docs#66
Otoru wants to merge 5 commits intomainfrom
wip/queue-otel-uvloop-docs

Conversation

@Otoru
Copy link
Owner

@Otoru Otoru commented Feb 12, 2026

Summary

  • Queue: genesis.queue with in-memory and Redis backends (slot/semaphore patterns)
  • Loop: genesis.loop with use_uvloop() helper for optional uvloop event loop
  • OpenTelemetry config: genesis.observability.otel_config for OTEL env-based configuration
  • CLI: New options for loop and OTEL config
  • Docs: Queue example and tool docs, otel-config, uvloop
  • Example: examples/queue.py
  • Docker: local_stream.conf.xml for FreeSWITCH

Draft PR — work in progress, not ready for final review.

- Add genesis.queue with in-memory and Redis backends (slot/semaphore)
- Add genesis.loop with use_uvloop() helper
- Add genesis.observability.otel_config for OTEL env configuration
- CLI: expose loop and otel config options
- Docs: queue example and tool docs, otel-config, uvloop
- Example: examples/queue.py
- Docker: local_stream.conf.xml for FreeSWITCH

Co-authored-by: Cursor <cursoragent@cursor.com>
Repository owner deleted a comment from sonarqubecloud bot Mar 3, 2026
Otoru added 4 commits March 3, 2026 01:26
- backends: extract _remove_item_and_raise_timeout to lower cognitive complexity
- test_queue: drop redundant cancel/except in fifo test; use pytest.raises for timeout
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.

1 participant