rrq 0.8.0__py3-none-any.whl → 0.8.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rrq
3
- Version: 0.8.0
3
+ Version: 0.8.1
4
4
  Summary: RRQ is a Python library for creating reliable job queues using Redis and asyncio
5
5
  Project-URL: Homepage, https://github.com/getresq/rrq
6
6
  Project-URL: Bug Tracker, https://github.com/getresq/rrq/issues
@@ -34,7 +34,13 @@ Description-Content-Type: text/markdown
34
34
 
35
35
  RRQ is a Python library for creating reliable job queues using Redis and `asyncio`, inspired by [ARQ (Async Redis Queue)](https://github.com/samuelcolvin/arq). It focuses on providing at-least-once job processing semantics with features like automatic retries, job timeouts, dead-letter queues, and graceful worker shutdown.
36
36
 
37
- ## 🆕 What's New in v0.7.1
37
+ ## 🆕 What's New in v0.8.1
38
+
39
+ - **Distributed Tracing**: One-line integrations for Datadog, OpenTelemetry, and Logfire
40
+ - **Trace Context Propagation**: Automatic trace context from producer to worker
41
+ - **Prometheus & StatsD Exporters**: New metrics exporters for monitoring
42
+
43
+ ## What's New in v0.7
38
44
 
39
45
  - **Comprehensive CLI Tools**: 15+ new commands for monitoring, debugging, and management
40
46
  - **Real-time Monitoring Dashboard**: Interactive dashboard with `rrq monitor`
@@ -27,8 +27,8 @@ rrq/integrations/__init__.py,sha256=UMTqvpUUW5OA3j7r0-Ydn-_xq1XGwJVHGjeuWNc-0FI,
27
27
  rrq/integrations/ddtrace.py,sha256=_lSCJvblMCD9KlMB0-8voiQi4RfP1MmAJqlg0_gUo50,13892
28
28
  rrq/integrations/logfire.py,sha256=ZyIAMYdOQThGOeIpPR6aUhe2yfMFSi7jutnuM0yDTqo,756
29
29
  rrq/integrations/otel.py,sha256=biJj7NRRBmNmlCOu1cT_ZC3ZWLebhol9JSNyckVqlPQ,10048
30
- rrq-0.8.0.dist-info/METADATA,sha256=rGL8CIC1IytUfugyU-g-kFLYV2UJCtpvZMkbGntMAig,20804
31
- rrq-0.8.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
32
- rrq-0.8.0.dist-info/entry_points.txt,sha256=f8eFjk2ygDSyu9USwXGj5IM8xeyQqZgDa1rSrCj4Mis,36
33
- rrq-0.8.0.dist-info/licenses/LICENSE,sha256=XDvu5hKdS2-_ByiSj3tiu_3zSsrXXoJsgbILGoMpKCw,554
34
- rrq-0.8.0.dist-info/RECORD,,
30
+ rrq-0.8.1.dist-info/METADATA,sha256=ML68--Uqa290aDkrGJeFDBO_VHVFUt7Dqthg2Wrpg1g,21072
31
+ rrq-0.8.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
32
+ rrq-0.8.1.dist-info/entry_points.txt,sha256=f8eFjk2ygDSyu9USwXGj5IM8xeyQqZgDa1rSrCj4Mis,36
33
+ rrq-0.8.1.dist-info/licenses/LICENSE,sha256=XDvu5hKdS2-_ByiSj3tiu_3zSsrXXoJsgbILGoMpKCw,554
34
+ rrq-0.8.1.dist-info/RECORD,,
File without changes