Dapr 1.15.8
This update includes bug fixes:
Prevent Jobs from not triggering upserting in high throughput scenarios
Problem
Upserting a Job (or Actor reminder) in high job trigger throughput scenarios could result in the Job not being triggered.
Impact
Jobs (or Actor reminders) could not be triggered in high throughput scenarios.
Root cause
Scheduler would find a conflict in jobs being triggered between the old and new job state, and would result in no more jobs to be triggered on that host.
Solution
Ignore the conflict in the scheduler when upserting a job (or Actor reminder) in high throughput scenarios.