Josh van Leeuwen
Josh van Leeuwen
Fix Scheduler Deadlock under high load Problem Under high load, like with high Workflow through put, a Scheduler would deadlock. Impact Workflows and the Jobs API would fail to trigger....
Problem Connecting a Workflow stream when there is worked queued in the system would cause a large number errors. Impact Connecting a Workflow stream when there is work queued in...
Moves the reloading of Sheduler Actor Types from the placement package to the placement client. This fixes an issue with types being unreported during failure scenarios connecting to placement. Updates...
Reduce number of reminders for go routine tests to ensure pass of test on slow CI runners.
Moves the `overwrite` job field to be outside of the job object itself, since its a API level field signal, rather than part of the stored job object.
Branched from https://github.com/dapr/dapr/pull/8699 Updates the Workflow rerun rpc to enable rerunning a workflow from an event ID which targets a timer (or raise event timer). Also enables tracking active timers...
Update the scheduler to allow for optional embedding of the Etcd database. This is useful when running an external Etcd database. When Etcd is not embedded (`--etcd-embed=false`), the scheduler requires...