Closed sfahad1414 closed 2 months ago
The changes involve modifying the dispatch_event
method in the KScheduler
class to instantiate the JobEvent
object using a dynamic job store name instead of a hardcoded value. Additionally, updates to the requirements/prod.txt
file reflect version increments for several OpenTelemetry dependencies, indicating an overall enhancement of the monitoring capabilities.
File | Change Summary |
---|---|
kairon/events/scheduler/kscheduler.py | Updated dispatch_event method to use KScheduler.__job_store_name instead of 'default' for JobEvent , and invoked wakeup method after dispatching. |
tests/integration_test/event_service_test.py | Changed expected value of event.jobstore from 'default' to 'kscheduler' in test_scheduled_event_request_dispatch . |
requirements/prod.txt | Updated version numbers for multiple OpenTelemetry dependencies from 0.46b0 to 0.47b0 and 2.0.1 to 2.0.2 . |
π In the garden of code where changes play,
A rabbit hops forth with joy today.
With dynamic names, our jobs now gleam,
In the schedulerβs dance, we weave a dream.
Hooray for the tweaks that make things bright,
Letβs celebrate with hops and delight! π
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Bug Fixes
Chores