Skip to content

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

Merged
Otoru merged 7 commits intomainfrom
wip/queue-otel-uvloop-docs
Mar 21, 2026
Merged

WIP: Queue, OpenTelemetry config, uvloop support and docs#66
Otoru merged 7 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

- 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 6 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
@Otoru Otoru marked this pull request as ready for review March 21, 2026 03:52
@Otoru Otoru merged commit e0361c4 into main Mar 21, 2026
11 checks passed
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