Cassie Coyle
Cassie Coyle
Reverting the changes from this PR updating actor code: [update master w/ release-1.13 branch changes](https://github.com/dapr/dapr/pull/7599) resulted in the perf tests passing again, specifically the `TestActorReminderRegistrationPerformance` test. The changes involve reverting...
The intent of this issue is to break down the work into bite size pieces. This may not be a fully inclusive list, ie things may be added/tweaked. The work...
This PR adds the relevant code for: 1. a new Scheduler Building Block 2. a new Scheduler Control Plane Service This PR follows [this official proposal,](https://github.com/dapr/proposals/pull/44) however we did implement...
This PR adds the relevant code for: 1. a new Scheduler Building Block 2. a new Scheduler Control Plane Service This PR follows [this official proposal,](https://github.com/dapr/proposals/pull/44) however we did implement...
Trying to fix this CI failure: `unknown flag: --output` from https://github.com/dapr/dapr/actions/runs/9541403416/job/26294562718
## Stable - [ ] [Scheduler failure policy](https://github.com/dapr/proposals/pull/66) - [ ] remove preview feature, make it config crd setting - [ ] design (auto) migration path from old reminders to...
I am trying to test the CLI code locally for Scheduler changes. This has proved to not be as simple as I had hoped for. I am looking for suggestions...
tweaking to not spam users if the job can't be sent back to daprd. log once
Trying to fix some flakiness with: - [reminders/scheduler/unregister](https://github.com/dapr/dapr/actions/runs/10353200043/job/28656085181) - binding appready - cant find the build link again, but the binding call was starting as 1, so Im starting it...
Dapr v1.14 adds support for the [Jobs API](https://github.com/dapr/proposals/blob/main/0012-BIRS-distributed-scheduler.md) which uses the Scheduler control plane service under the hood. This new API allows users to schedule/get/delete jobs to be triggered at...